Skip to content

Commit 3bc5b3d

Browse files
committed
FIX: Include closing quote in conditional.
1 parent 848c35b commit 3bc5b3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cygwin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
!contains(github.event.head_commit.message, '[skip github]') &&
5959
(
6060
github.event_name == 'push' ||
61-
github.event_name == 'pull_request && (
61+
github.event_name == 'pull_request' &&
62+
(
6263
(
6364
github.event.action == 'labeled' &&
6465
github.event.label.name == 'Run cygwin'

0 commit comments

Comments
 (0)