Skip to content

Commit

Permalink
馃挌 Remove wait-on-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Dec 29, 2022
1 parent a7593fa commit 24973ff
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ jobs:
runs-on: ubuntu-latest

steps:
# Wait for all other checks to complete
- name: Wait for other checks to succeed
uses: lewagon/wait-on-check-action@v1.2.0
with:
check-name: test
ref: ${{ github.ref }}
running-workflow-name: 'Publish the package'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10

- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit 24973ff

Please sign in to comment.