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 048ed71 commit 1c3a11bCopy full SHA for 1c3a11b
.github/workflows/build.yml
@@ -108,7 +108,8 @@ jobs:
108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109
110
# Job is required to automatically publish an image for successfully merged dependabot's PR.
111
- # PR is merged with GITHUB_TOKEN and it does not trigger the workflow run on 'push'
+ # PR is merged with GITHUB_TOKEN and it does not trigger the workflow run on 'push'.
112
+ # Executes only if 'automerge' is not skipped
113
publish-on-automerge:
114
needs: [meta, automerge]
115
0 commit comments