File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 221
221
ftpd
222
222
fuzzer
223
223
g
224
+ GAAD
224
225
GAD
225
226
gawk
226
227
gcc
@@ -294,6 +295,7 @@ ikeydoherty
294
295
img
295
296
imgur
296
297
imsahil
298
+ inclusivity
297
299
INI
298
300
inosmeet
299
301
iperf
@@ -760,6 +762,7 @@ webkitgtk
760
762
webserver
761
763
website
762
764
websites
765
+ WCAG
763
766
wget
764
767
whl
765
768
wiki
Original file line number Diff line number Diff line change @@ -209,21 +209,17 @@ jobs:
209
209
python-version : ' 3.10'
210
210
cache : ' pip'
211
211
212
- # - name: "Skip tests if this is an automated sbom job"
213
- # env:
214
- # COMMIT_VAR: ${{ startsWith(github.head_ref, 'chore-sbom-py') && github.event.pull_request.user.login == 'github-actions[bot]' }}
215
- # run: |
216
- # if ${COMMIT_VAR} == true; then
217
- # echo "sbom=true" >> $GITHUB_ENV
218
- # echo "sbom set to true"
219
- # else
220
- # echo "sbom=false" >> $GITHUB_ENV
221
- # echo "sbom set to false"
222
- # fi
223
- #
224
- - name : " FIXME: Skip tests so we can break out of failure loop"
212
+ - name : " Skip tests if this is an automated sbom job"
213
+ env :
214
+ COMMIT_VAR : ${{ startsWith(github.head_ref, 'chore-sbom-py') && github.event.pull_request.user.login == 'github-actions[bot]' }}
225
215
run : |
216
+ if ${COMMIT_VAR} == true; then
226
217
echo "sbom=true" >> $GITHUB_ENV
218
+ echo "sbom set to true"
219
+ else
220
+ echo "sbom=false" >> $GITHUB_ENV
221
+ echo "sbom set to false"
222
+ fi
227
223
228
224
- name : Get date
229
225
id : get-date
You can’t perform that action at this time.
0 commit comments