We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215d844 commit aaa3185Copy full SHA for aaa3185
1 file changed
.github/workflows/docker.build.yml
@@ -57,14 +57,14 @@ jobs:
57
labels: ${{ steps.docker_meta.outputs.labels }}
58
-
59
name: Check out `wmde/wbaas-deploy` repository in staging child directory
60
- if: steps.update-check.outputs.match == 'true'
+ if: github.event_name != 'pull_request'
61
uses: actions/checkout@v4.1.0
62
with:
63
repository: wmde/wbaas-deploy
64
path: ./repos/wbaas-deploy-staging
65
66
name: Check out `wmde/wbaas-deploy` repository in production child directory
67
68
69
70
0 commit comments