Skip to content

Commit 51ec907

Browse files
committed
Add gate for the release branch on push
1 parent ab54795 commit 51ec907

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
# This job downloads the single-platform packages built by the build job, and
142142
# pushes them as a multi-platform package.
143143
push:
144+
if: ${{ github.actor != 'dependabot[bot]' && !contains(github.ref, 'release-') }}
144145
runs-on: ubuntu-24.04
145146
needs:
146147
- build

crossplane

58.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)