Skip to content

Commit

Permalink
Run docker job only when other jobs succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Dec 4, 2023
1 parent 0c12772 commit a97c778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
pkill -9 geth || true
docker:
runs-on: ubuntu-latest
needs: [build, lint, e2e]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a97c778

Please sign in to comment.