Skip to content

Commit

Permalink
chore(.docker-amd64.yml): remove unused push event from publish-next-…
Browse files Browse the repository at this point in the history
…server and publish-next-agent steps to simplify the configuration
  • Loading branch information
Codycody31 committed Jan 31, 2024
1 parent 7f63811 commit d143bb1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .woodpecker/.docker-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ steps:
- evaluate: 'not (CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_images")'
event: pull_request
path: *when_path
- event: push
path: *when_path

publish-next-server:
image: *buildx_plugin
Expand Down Expand Up @@ -151,8 +149,6 @@ steps:
- evaluate: 'not (CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_images")'
event: pull_request
path: *when_path
- event: push
path: *when_path

publish-next-agent:
depends_on:
Expand Down

0 comments on commit d143bb1

Please sign in to comment.