We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c947ebc commit f7be4b0Copy full SHA for f7be4b0
1 file changed
.github/workflows/test-suite.yml
@@ -66,7 +66,7 @@ jobs:
66
testing:
67
name: "Test Suite"
68
needs: changed-files
69
- if: needs.changed-files.outputs.status == 'true' || ${{ github.event_name == 'schedule' }}
+ if: ${{needs.changed-files.outputs.status == 'true' || github.event_name == 'schedule' }}
70
71
runs-on: ubuntu-latest
72
steps:
0 commit comments