mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-19 15:31:15 +00:00
Fix reusable workflow
This commit is contained in:
2
.github/workflows/zzz-build.yml
vendored
2
.github/workflows/zzz-build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
# (2/2) Build
|
||||
docker:
|
||||
needs: [params]
|
||||
uses: ./.github/workflows/zzz-build.yml
|
||||
uses: ./.github/workflows/zzz-reuse.yml
|
||||
with:
|
||||
enabled: true
|
||||
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}
|
||||
|
||||
Reference in New Issue
Block a user