File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -130,14 +130,14 @@ jobs:
130
130
uses : ./.github/workflows/stackhpc.yml
131
131
secrets : inherit
132
132
133
- extra :
134
- name : Test extra build
135
- needs : files_changed
136
- if : |
137
- github.event_name != 'pull_request' && needs.files_changed.outputs.extra_on_push == 'true' ||
138
- github.event_name == 'pull_request' && needs.files_changed.outputs.extra_on_pull_request == 'true'
139
- uses : ./.github/workflows/extra.yml
140
- secrets : inherit
133
+ # extra:
134
+ # name: Test extra build
135
+ # needs: files_changed
136
+ # if: |
137
+ # github.event_name != 'pull_request' && needs.files_changed.outputs.extra_on_push == 'true' ||
138
+ # github.event_name == 'pull_request' && needs.files_changed.outputs.extra_on_pull_request == 'true'
139
+ # uses: ./.github/workflows/extra.yml
140
+ # secrets: inherit
141
141
142
142
trivyscan :
143
143
name : Trivy scan image for vulnerabilities
You can’t perform that action at this time.
0 commit comments