Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Dec 6, 2023
1 parent b1b0848 commit d3d4a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conftest-unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
hashes: ${{ steps.hash.outputs.hashes }}

provenance:
needs: [validate]
needs: [conftest]
if: startsWith(github.ref, 'refs/tags/')
permissions:
actions: read
Expand All @@ -50,7 +50,7 @@ jobs:
upload-assets: true

release:
needs: [validate, provenance]
needs: [conftest, provenance]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
permissions:
Expand Down

0 comments on commit d3d4a10

Please sign in to comment.