ci: change job name to build from setup

This commit is contained in:
Ramon Roche
2024-08-20 20:17:14 -07:00
parent 9c2283af83
commit b33e1b0664
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
name: Set timestamp for cache
run: echo "::set-output name=timestamp::$(date +"%Y%m%d%H%M%S")"
setup:
build:
name: Building ${{ matrix.group }}
runs-on: [runs-on,runner=16cpu-linux-x64,image=ubuntu22-full-x64,"run-id=${{ github.run_id }}"]
needs: group_targets
@@ -95,7 +95,7 @@ jobs:
name: Running SITL Tests
runs-on: [runs-on,runner=16cpu-linux-x64,image=ubuntu22-full-x64,"run-id=${{ github.run_id }}"]
needs:
- setup
- build
- group_targets
strategy:
fail-fast: false