Skip to content

Commit

Permalink
dssfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej Almasi committed Dec 9, 2024
1 parent 6cf9cd3 commit 60bb216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
const nightly_test_fail = ${{ steps.test-nightly.outcome == 'failure' }};
if (beta_test_fail || nightly_test_fail) {
const failed_toolchain = beta_build_fail ? "beta" : ""
let failed_toolchain = beta_build_fail ? "beta" : ""
if (nightly_test_fail) {
failed_toolchain = failed_toolchain.concat(" and nightly")
Expand Down

0 comments on commit 60bb216

Please sign in to comment.