Skip to content

Commit 1c3a11b

Browse files
OlegOptimumCode
authored andcommitted
Add a comment when publish-on-automerge is executed
1 parent 048ed71 commit 1c3a11b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ jobs:
108108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109

110110
# 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'
111+
# PR is merged with GITHUB_TOKEN and it does not trigger the workflow run on 'push'.
112+
# Executes only if 'automerge' is not skipped
112113
publish-on-automerge:
113114
needs: [meta, automerge]
114115

0 commit comments

Comments
 (0)