Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fix(CI): temporarily pin nightly v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
kaspar030 committed Sep 13, 2024
1 parent f0e9d48 commit be587c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# this strips the date suffix from the github job name so we don't have to
# touch our required statusses list.
name: ${{ startsWith(matrix.toolchain, 'nightly') && 'test (nightly)' || 'test (' + matrix.toolchain }} + ')' }}
name: test (${{ startsWith(matrix.toolchain, 'nightly') && 'nightly' || matrix.toolchain }})

steps:
- name: Check out repository code
Expand Down

0 comments on commit be587c2

Please sign in to comment.