15
15
- reopened
16
16
- synchronize
17
17
- ready_for_review
18
- - edited
19
18
branches :
20
19
- main
21
20
41
40
jobs :
42
41
pre-commit-lint-security :
43
42
runs-on : ubuntu-latest
44
- if : ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
43
+ if : ${{ !github.event.pull_request.draft }}
45
44
steps :
46
45
- name : Print toolchain versions
47
46
run : |
81
80
# The format: `runs-on: codebuild-<project-name>-${{ github.run_id }}-${{ github.run_attempt }}`
82
81
# https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html
83
82
runs-on : codebuild-orcabus-codebuild-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
84
- if : ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
83
+ if : ${{ !github.event.pull_request.draft }}
85
84
steps :
86
85
- name : Print toolchain versions
87
86
run : |
@@ -110,7 +109,7 @@ jobs:
110
109
# The format: `runs-on: codebuild-<project-name>-${{ github.run_id }}-${{ github.run_attempt }}`
111
110
# https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html
112
111
runs-on : codebuild-orcabus-codebuild-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
113
- if : ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
112
+ if : ${{ !github.event.pull_request.draft }}
114
113
steps :
115
114
- name : Print toolchain versions
116
115
run : |
@@ -136,7 +135,7 @@ jobs:
136
135
# The format: `runs-on: codebuild-<project-name>-${{ github.run_id }}-${{ github.run_attempt }}`
137
136
# https://docs.aws.amazon.com/codebuild/latest/userguide/action-runner.html
138
137
runs-on : codebuild-orcabus-codebuild-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
139
- if : ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.title, '[draft]') }}
138
+ if : ${{ !github.event.pull_request.draft }}
140
139
steps :
141
140
- name : Print toolchain versions
142
141
run : |
0 commit comments