Skip to content

Commit 9997e9c

Browse files
Merge pull request #13050 from griggt/ci/honor-skip_test_windows_fast
CI: honor [skip test_windows_fast] request
2 parents f4260b5 + 011c270 commit 9997e9c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ jobs:
124124
github.event_name == 'push'
125125
&& github.ref != 'refs/heads/master'
126126
)
127-
|| (
128-
github.event_name == 'pull_request'
129-
&& !contains(github.event.pull_request.body, '[skip ci]')
130-
)
131127
|| (
132128
github.event_name == 'pull_request'
133129
&& !contains(github.event.pull_request.body, '[skip ci]')

0 commit comments

Comments
 (0)