File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,19 @@ jobs:
1010 build_and_deploy :
1111 # Only run this workflow from the trunk branch and when it's triggered by a maintainer listed below
1212 # TODO: Can we check for group membership?
13- if : >
14- github.ref == 'refs/heads/trunk' && (
15- github.event_name == 'workflow_run' ||
16- github.event_name == 'workflow_dispatch' ||
17- github.actor == 'adamziel' ||
18- github.actor == 'dmsnell' ||
19- github.actor == 'bgrgicak' ||
20- github.actor == 'brandonpayton' ||
21- github.actor == 'zaerl' ||
22- github.actor == 'akirk' ||
23- github.actor == 'janjakes'
24- )
13+ # TODO: Re-enable this guard before merging.
14+ # if: >
15+ # github.ref == 'refs/heads/trunk' && (
16+ # github.event_name == 'workflow_run' ||
17+ # github.event_name == 'workflow_dispatch' ||
18+ # github.actor == 'adamziel' ||
19+ # github.actor == 'dmsnell' ||
20+ # github.actor == 'bgrgicak' ||
21+ # github.actor == 'brandonpayton' ||
22+ # github.actor == 'zaerl' ||
23+ # github.actor == 'akirk' ||
24+ # github.actor == 'janjakes'
25+ # )
2526
2627 # Specify runner + deployment step
2728 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments