Skip to content

Commit

Permalink
fix(ci): wait for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasfe committed Jun 16, 2022
1 parent 52c1c01 commit 9464fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ jobs:

cli_docker:
runs-on: ubuntu-latest
needs: ["wait_for_ci"]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/release-taplo-cli-0')
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -292,6 +293,7 @@ jobs:

cli_binaries:
name: Publish and release Taplo CLI binaries
needs: ["wait_for_ci"]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/release-taplo-cli-0')
strategy:
fail-fast: false
Expand Down

0 comments on commit 9464fc3

Please sign in to comment.