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 dd2c147 commit 3116ff5Copy full SHA for 3116ff5
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
test:
12
- if: ${ (github.event_name != 'schedule' || github.repository == 'ylsideas/feature-flags') && !(matrix.dependencies != 'stable' && github.event_name == 'scheduled') }
+ if: github.event_name != 'schedule' || github.repository == 'ylsideas/feature-flags'
13
runs-on: ${{ matrix.os }}
14
strategy:
15
fail-fast: false
0 commit comments