3 Commits

Author SHA1 Message Date
github-actions
02e68958a3 automated download workflow 2025-08-09 01:12:28 +00:00
github-actions
e47f0e2671 automated download workflow 2025-08-01 04:55:55 +00:00
1d8bdbd587 remove branch limitation
All checks were successful
Update Determinate Nix binary / download-binary (push) Successful in 45s
Update Determinate Nix binary / commit-data (push) Successful in 38s
2025-08-01 00:54:39 -04:00
2 changed files with 4 additions and 4 deletions

View File

@@ -3,14 +3,14 @@ on:
repository_dispatch: repository_dispatch:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "00 12 * * *" - cron: "00 0,6,12,18 * * *"
push: push:
paths: paths:
- '.github/workflows/*' - '.github/workflows/*'
jobs: jobs:
download-binary: download-binary:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main #if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4

BIN
nix-installer-x86_64-linux (Stored with Git LFS)

Binary file not shown.