Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit b4be7d3

Browse files
committed
ci: do no trigger e2e on PRs
1 parent 640ea64 commit b4be7d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128

129129
trigger-e2e:
130130
name: Trigger E2E Tests
131+
if: github.event_name != 'pull_request'
131132
needs: publish-images
132133
runs-on: ubuntu-latest
133134

0 commit comments

Comments
 (0)