Skip to content

Commit 22f549b

Browse files
authored
Don't publish pact on PR or merge to main (#109)
1 parent 833778d commit 22f549b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
cache: false
3131
- uses: replicatedhq/action-install-pact@v1
3232
- run: make test
33-
- if: github.event_name == 'push' || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository )
34-
run: make publish-pact
35-
- if: github.event_name == 'push' || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository )
36-
run: |
37-
make can-i-deploy || echo "::warning:: can-i-deploy says no; provider(s) must successfully verify before release"
3833

3934
build-and-push-e2e:
4035
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)