We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848c35b commit 3bc5b3dCopy full SHA for 3bc5b3d
1 file changed
.github/workflows/cygwin.yml
@@ -58,7 +58,8 @@ jobs:
58
!contains(github.event.head_commit.message, '[skip github]') &&
59
(
60
github.event_name == 'push' ||
61
- github.event_name == 'pull_request && (
+ github.event_name == 'pull_request' &&
62
+ (
63
64
github.event.action == 'labeled' &&
65
github.event.label.name == 'Run cygwin'
0 commit comments