File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,18 @@ jobs:
10
10
build_and_deploy :
11
11
# Only run this workflow from the trunk branch and when it's triggered by a maintainer listed below
12
12
# TODO: Can we check for group membership?
13
- # TODO Uncomment 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
- # )
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
+ )
26
25
27
26
# Specify runner + deployment step
28
27
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments