update name of build job to what it actually does
aws-zig mach nominated build / build-zig-nominated-mach-latest (push) Failing after 21m29s Details
aws-zig nightly build / build-zig-nightly (push) Failing after 1m9s Details

This commit is contained in:
Emil Lerch 2024-04-02 13:00:13 -07:00
parent afdc75c1c6
commit a3117eea54
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ env:
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/
jobs:
build-zig-nightly:
build-zig-nominated-mach-latest:
runs-on: ubuntu-latest
# Need to use the default container with node and all that, so we can
# use JS-based actions like actions/checkout@v3...