Skip to content

Commit

Permalink
remove needs from goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Sep 5, 2022
1 parent 1e8e10c commit c2858cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-tests-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# run: SKIP_NETWORK_RUNNER_SHUTDOWN=true RUN_SIMULATOR=true scripts/run.sh

release:
needs: [lint_test, simulator_test] # TODO: re-add after flaky tests are fixed (unit_test, e2e_test)
# needs: [lint_test, simulator_test] # TODO: re-add after flaky tests are fixed (unit_test, e2e_test)
runs-on: ubuntu-latest
steps:
- name: Git checkout
Expand Down

0 comments on commit c2858cf

Please sign in to comment.