Skip to content

Commit

Permalink
Fix workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
m.colonna committed Dec 15, 2023
1 parent 476506b commit 8efa2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/criteo-cookbooks-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
supermarket:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
needs: [kitchen]
needs: [rspec]
steps:
- uses: actions/checkout@v2
- name: Publish to supermarket
Expand Down

0 comments on commit 8efa2ef

Please sign in to comment.