Skip to content

Commit a53b777

Browse files
author
Oleg
committed
Remove build and publish job from build workflow
1 parent 6768f57 commit a53b777

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,3 @@ jobs:
111111
env:
112112
PR_URL: ${{ github.event.pull_request.html_url }}
113113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114-
115-
# Job is required to automatically publish an image for successfully merged dependabot's PR.
116-
# PR is merged with GITHUB_TOKEN and it does not trigger the workflow run on 'push'.
117-
# Executes only if 'automerge' is not skipped
118-
publish-on-automerge:
119-
needs: [meta, automerge]
120-
121-
permissions:
122-
id-token: write
123-
contents: read
124-
attestations: write
125-
packages: write
126-
127-
uses: ./.github/workflows/build-image.yml
128-
with:
129-
is-latest: ${{ github.event.pull_request.base.ref == 'main' }}
130-
publish-image: true

0 commit comments

Comments
 (0)