mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-02-17 13:52:14 +01:00
Disable build dependency in test-build-docker-images
Temporarily disable dependency on 'build' for test-build-docker-images.
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -267,7 +267,8 @@ jobs:
|
||||
|
||||
test-build-docker-images:
|
||||
if: (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') && needs.files-changed.outputs.docker == 'true'
|
||||
needs: [files-changed, build]
|
||||
# needs: [files-changed, build] # tmp disable
|
||||
needs: [files-changed]
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user