Skip to content

Commit

Permalink
Remove CI step dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelreiswildlife committed Jul 20, 2023
1 parent 2ba783a commit a86dc99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ jobs:
build_and_deploy_podium:
needs:
- test-standalone
- test-cluster
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') && !contains(github.ref, 'leaderboard/') && !contains(github.ref, 'client/')
steps:
Expand Down Expand Up @@ -156,7 +155,6 @@ jobs:
build_and_deploy_podium_dev:
needs:
- test-standalone
- test-cluster
runs-on: ubuntu-latest
if: (!startsWith(github.ref, 'refs/tags/') && !contains(github.ref, 'leaderboard/') && !contains(github.ref, 'client/'))
steps:
Expand Down

0 comments on commit a86dc99

Please sign in to comment.