Skip to content

Commit 3116ff5

Browse files
committed
Further fix
1 parent dd2c147 commit 3116ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test:
12-
if: ${ (github.event_name != 'schedule' || github.repository == 'ylsideas/feature-flags') && !(matrix.dependencies != 'stable' && github.event_name == 'scheduled') }
12+
if: github.event_name != 'schedule' || github.repository == 'ylsideas/feature-flags'
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
fail-fast: false

0 commit comments

Comments
 (0)