Skip to content

Commit

Permalink
Update .github/workflows/test.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Zygmunt Bazyli Krynicki <me@zygoon.pl>
  • Loading branch information
sergiocazzolato and zyga authored Sep 20, 2024
1 parent c7f6d2a commit f943a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ jobs:
# Configure parameters to run tests based on current changes
# The tests are just filtered when the change is a PR
# When 'Run Nested' label is added in a pr, all the nested tests have to be executed
if [ -z "${{ github.event.number }}" ] || "$RUN_NESTED" = 'true'; then
if [ -z "${{ github.event.number }}" ] || [ "$RUN_NESTED" = 'true' ]; then
for TESTS in ${{ matrix.tests }}; do
RUN_TESTS="$RUN_TESTS ${{ matrix.backend }}:$SYSTEM:$TESTS"
done
Expand Down

0 comments on commit f943a99

Please sign in to comment.