Skip to content

Commit

Permalink
Make build stage dependent on CodeQL + check
Browse files Browse the repository at this point in the history
  • Loading branch information
danielunderwood committed Jan 7, 2022
1 parent 58d79de commit 22e43ac
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 @@ -41,6 +41,7 @@ jobs:

build:
runs-on: ubuntu-latest
needs: [CodeQL, check]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 22e43ac

Please sign in to comment.