Skip to content

Commit

Permalink
could it be the quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Jul 9, 2024
1 parent 242744e commit 52c3e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ jobs:
# \__,_|_|___/\__| |_| |_| |_|\___/ \__,_|\__,_|_|\___||___/
dist-modules:
name: dist ${{ matrix.perl-version }} on ${{ matrix.os }} ${{ matrix.multi-thread == true && "threads" || "no threads" }}
name: dist ${{ matrix.perl-version }} on ${{ matrix.os }} ${{ matrix.multi-thread == true && 'threads' || 'no threads' }}
needs: sanity_check
runs-on: ${{ matrix.os }}
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_dist_modules == 'true'))
Expand Down

0 comments on commit 52c3e21

Please sign in to comment.