-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
Description
Remove the use of wait-on-check-action, which forced both workflow to run. Instead, use the workflow_run to run the Release from the CI workflow.
See:
dnsimple-java/.github/workflows/release.yml
Lines 13 to 20 in 9e709d6
- name: Wait for tests to succeed uses: lewagon/[email protected] with: ref: 'refs/heads/main' running-workflow-name: 'Publish Client' repo-token: ${{ secrets.GITHUB_TOKEN }} wait-interval: 10 allowed-conclusions: success - https://github.com/dnsimple/erldnsimple/blob/309f3bede42e73ae5b06b3e1252d6139d593c9a6/.github/workflows/release.yml#L3-L14