Skip to content

Commit 0d16b95

Browse files
committed
Enable all CI workflows
1 parent 0d09fb4 commit 0d16b95

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -130,20 +130,20 @@ 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

142-
#trivyscan:
143-
# name: Trivy scan image for vulnerabilities
144-
# needs: files_changed
145-
# if: |
146-
# github.event_name == 'pull_request' &&
147-
# needs.files_changed.outputs.trivyscan == 'true'
148-
# uses: ./.github/workflows/trivyscan.yml
149-
# secrets: inherit
142+
trivyscan:
143+
name: Trivy scan image for vulnerabilities
144+
needs: files_changed
145+
if: |
146+
github.event_name == 'pull_request' &&
147+
needs.files_changed.outputs.trivyscan == 'true'
148+
uses: ./.github/workflows/trivyscan.yml
149+
secrets: inherit

0 commit comments

Comments
 (0)