diff options
author | Alan Pearce | 2024-05-19 00:04:27 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-19 00:04:27 +0200 |
commit | 5b66e2a93a853b156268996afdb3755acc5c9fe7 (patch) | |
tree | 3b6e370322cd4f19e3d42a29d2162c96a8c58b57 /.github/workflows | |
parent | badd116ce551ea2787e312a45d815e253b74d8cd (diff) | |
download | nix-packages-5b66e2a93a853b156268996afdb3755acc5c9fe7.tar.lz nix-packages-5b66e2a93a853b156268996afdb3755acc5c9fe7.tar.zst nix-packages-5b66e2a93a853b156268996afdb3755acc5c9fe7.zip |
rename ci job to match filename
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce9df0f..ae3f4e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: - cron: 37 4 * * * jobs: - tests: + build: runs-on: macos-latest steps: - name: Install SSH Key |