diff --git a/.github/workflows/action-schedule_master.yml b/.github/workflows/action-schedule_master.yml index 73e53de..9d524df 100644 --- a/.github/workflows/action-schedule_master.yml +++ b/.github/workflows/action-schedule_master.yml @@ -137,7 +137,7 @@ jobs: uses: devilbox/github-actions/.github/workflows/docker-multistage-build.yml@master with: has_refs: ${{ needs.configure.outputs.has_refs == 'true' }} - run_tests: true + run_tests: false upload_artifact: true matrix: ${{ needs.configure.outputs.matrix_build }} artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }} diff --git a/.github/workflows/action-schedule_tags.yml b/.github/workflows/action-schedule_tags.yml index 76cb89e..bebe594 100644 --- a/.github/workflows/action-schedule_tags.yml +++ b/.github/workflows/action-schedule_tags.yml @@ -137,7 +137,7 @@ jobs: uses: devilbox/github-actions/.github/workflows/docker-multistage-build.yml@master with: has_refs: ${{ needs.configure.outputs.has_refs == 'true' }} - run_tests: true + run_tests: false upload_artifact: true matrix: ${{ needs.configure.outputs.matrix_build }} artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }} diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index fcf0951..4403e82 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -137,7 +137,7 @@ jobs: uses: devilbox/github-actions/.github/workflows/docker-multistage-build.yml@master with: has_refs: ${{ needs.configure.outputs.has_refs == 'true' }} - run_tests: true + run_tests: false upload_artifact: true matrix: ${{ needs.configure.outputs.matrix_build }} artifact_prefix: ${{ needs.configure.outputs.artifact_prefix }}