Skip to content

Commit 37c2e45

Browse files
author
Alexandre Lissy
committed
WIP: Temporary allow scriptWorker from PR
1 parent 5d775c3 commit 37c2e45

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

taskcluster/scriptworker-task.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ build:
99
- "test-nodejs_5x-linux-amd64-opt"
1010
- "test-nodejs_6x-linux-amd64-opt"
1111
allowed:
12-
- "push"
13-
ref_match: "refs/tags/"
12+
# FIXME: Switch to "push" and "refs/tags/" when ready.
13+
# - "push"
14+
- "pull_request.opened"
15+
- "pull_request.synchronize"
16+
- "pull_request.reopened"
17+
# FIXME: Switch to "push" and "refs/tags/" when ready.
18+
# ref_match: "refs/tags/"
19+
ref_match: "refs/heads/"
1420
routes:
1521
- "notify.irc-channel.${notifications.irc}.on-exception"
1622
- "notify.irc-channel.${notifications.irc}.on-failed"

0 commit comments

Comments
 (0)