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

Commit 58cd695

Browse files
author
Pablo Mercado
authored
Merge pull request #34 from triggermesh/fix-ci
ci: do no trigger e2e on PRs
2 parents 640ea64 + b4be7d3 commit 58cd695

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)