Skip to content

Commit f5f2290

Browse files
committed
Have tests run in parallel job
1 parent b546721 commit f5f2290

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/action-schedule_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
uses: devilbox/github-actions/.github/workflows/docker-multistage-build.yml@master
138138
with:
139139
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
140-
run_tests: true
140+
run_tests: false
141141
upload_artifact: true
142142
matrix: ${{ needs.configure.outputs.matrix_build }}
143143
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}

.github/workflows/action-schedule_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
uses: devilbox/github-actions/.github/workflows/docker-multistage-build.yml@master
138138
with:
139139
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
140-
run_tests: true
140+
run_tests: false
141141
upload_artifact: true
142142
matrix: ${{ needs.configure.outputs.matrix_build }}
143143
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
uses: devilbox/github-actions/.github/workflows/docker-multistage-build.yml@master
138138
with:
139139
has_refs: ${{ needs.configure.outputs.has_refs == 'true' }}
140-
run_tests: true
140+
run_tests: false
141141
upload_artifact: true
142142
matrix: ${{ needs.configure.outputs.matrix_build }}
143143
artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}

0 commit comments

Comments
 (0)