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 1b02bd1 commit b681725Copy full SHA for b681725
1 file changed
.github/workflows/action.yml
@@ -31,7 +31,7 @@ jobs:
31
needs: [params]
32
uses: devilbox/github-actions/.github/workflows/docker-multistage-configure.yml@master
33
with:
34
- enabled: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.user.login != github.repository_owner) }}
+ enabled: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && (github.event.pull_request.user.login != 'cytopia')) }}
35
can_deploy: ${{ (github.repository == 'devilbox/docker-php-fpm') && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/release-')) }}
36
is_scheduled: false
37
versions: ${{ needs.params.outputs.versions }}
0 commit comments