File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
pr-review :
14
14
name : Danger JS
15
15
16
- if : github.event_name == 'pull_request' && github.event.pull_request.draft == false
16
+ if : github.event_name != 'pull_request' || ! github.event.pull_request.draft
17
17
18
18
runs-on : ubuntu-latest
19
19
Original file line number Diff line number Diff line change 13
13
tf-docs :
14
14
name : Generate Terraform Docs
15
15
runs-on : ubuntu-latest
16
+ if : github.event_name != 'pull_request' || !github.event.pull_request.draft
16
17
permissions :
17
18
contents : write
18
19
pull-requests : write
Original file line number Diff line number Diff line change 9
9
tf-fmt-check :
10
10
name : Tfsec PR Comment
11
11
12
- if : github.event_name == 'pull_request' && github.event.pull_request.draft == false
12
+ if : github.event_name != 'pull_request' || ! github.event.pull_request.draft
13
13
14
14
runs-on : ubuntu-latest
15
15
You can’t perform that action at this time.
0 commit comments