Skip to content

Commit

Permalink
fix(LH-70847): Fix github action trigger-release dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
weilueluo authored Oct 30, 2023
1 parent 84ead06 commit d9df511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: go test -v -cover ./...
timeout-minutes: 10
trigger-release:
needs: [acceptance-tests, unit-test]
needs: [acceptance-test, unit-test]
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d9df511

Please sign in to comment.