mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Taskcluster: start a decision task for all try-* branches
This is an alternative fix for https://github.com/servo/saltfs/issues/903, and anticipates adding trychooser support to Taskcluster
This commit is contained in:
parent
0375cbcbc0
commit
fdb2a66261
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ policy:
|
|||
tasks:
|
||||
- $if: 'tasks_for == "github-push"'
|
||||
then:
|
||||
$if: 'event.ref in ["refs/heads/auto", "refs/heads/try", "refs/heads/try-taskcluster"]'
|
||||
$if: >-
|
||||
event.ref in ["refs/heads/auto", "refs/heads/try"] ||
|
||||
event.ref[:15] == "refs/heads/try-"
|
||||
then:
|
||||
|
||||
# NOTE: when updating this consider whether the daily hook needs similar changes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue