Fix reusable workflow

This commit is contained in:
cytopia
2022-03-25 00:30:50 +01:00
parent 14c25cf670
commit e8e92eceb7

View File

@@ -22,7 +22,7 @@ jobs:
# (2/2) Build # (2/2) Build
docker: docker:
needs: [params] needs: [params]
uses: ./.github/workflows/zzz-build.yml uses: ./.github/workflows/zzz-reuse.yml
with: with:
enabled: true enabled: true
can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }} can_deploy: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-') }}