Skip to content

Commit 520b59d

Browse files
committed
chore(ci): remove pact_broker client gem-released trigger
pact_broker-client, has a workflow for [gem-released](https://github.com/pact-foundation/pact_broker-client/tree/master/.github/workflows) This triggers a [doc update](https://github.com/pact-foundation/pact_broker-client/blob/master/.github/workflows/trigger_pact_docs_update.yml) in docs.pact.io I believe this isnt required as - not in [deps](https://github.com/pact-foundation/pact_broker-client/blob/master/Gemfile#L10) or listed in [rubygems](https://rubygems.org/gems/pact_broker-client) Apart from [`X_PACT_DEVELOPMENT`](https://github.com/pact-foundation/pact_broker-client/blob/master/Gemfile#L10) Which should be updated to include `pact` which does in turn rely on `pact-mock_service` And the docs from this readme are not currently synced to the docs.pact.io site
1 parent 9dd3ae5 commit 520b59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_gem.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: release
4141
strategy:
4242
matrix:
43-
repository: [pact-foundation/pact-ruby-cli, pact-foundation/pact-ruby-standalone, pact-foundation/pact_broker-client]
43+
repository: [pact-foundation/pact-ruby-cli, pact-foundation/pact-ruby-standalone]
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Notify ${{ matrix.repository }} of gem release

0 commit comments

Comments
 (0)