Skip to content

Commit f7be4b0

Browse files
authored
Fix syntax warning for test-suite.yml (#5330)
1 parent c947ebc commit f7be4b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
testing:
6767
name: "Test Suite"
6868
needs: changed-files
69-
if: needs.changed-files.outputs.status == 'true' || ${{ github.event_name == 'schedule' }}
69+
if: ${{needs.changed-files.outputs.status == 'true' || github.event_name == 'schedule' }}
7070

7171
runs-on: ubuntu-latest
7272
steps:

0 commit comments

Comments
 (0)