Skip to content

Commit

Permalink
fix needs
Browse files Browse the repository at this point in the history
  • Loading branch information
npazosmendez committed Sep 30, 2024
1 parent f334ef0 commit 8895416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
path: build

deploy:
needs: package
needs: build
runs-on: ubuntu-latest
# TODO: testing in PR
# if: github.ref == 'refs/heads/master'
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
docker push grafana/carbon-relay-ng:$tag
github_binaries:
needs: deploy
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 8895416

Please sign in to comment.