Skip to content

Commit

Permalink
Clean up naming
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Nov 30, 2024
1 parent f20907d commit 5cde899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
| tee -a "${GITHUB_OUTPUT}"
build-and-test:
name: "${{matrix.commit.msg}} [dev/test/rust/${{ matrix.rust }}/${{matrix.commit.ref}}]"
needs: [ check_changes, commits ]
if: "${{ needs.check_changes.outputs.devfiles == 'true' }}"
strategy:
Expand All @@ -96,7 +97,6 @@ jobs:
rust:
- "stable"
- "nightly"
name: "rust/${{ matrix.rust }}/${{ matrix.commit.ref }}"
runs-on: "lab"
timeout-minutes: 45
steps:
Expand Down

0 comments on commit 5cde899

Please sign in to comment.