Skip to content

Commit 7501c89

Browse files
committed
Disable extra-build.yml workflow which has previously passed so we can focus on the stackhpc.yml workflow
1 parent 2f194ce commit 7501c89

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ jobs:
130130
uses: ./.github/workflows/stackhpc.yml
131131
secrets: inherit
132132

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
141141

142142
trivyscan:
143143
name: Trivy scan image for vulnerabilities

0 commit comments

Comments
 (0)