Skip to content

Commit

Permalink
Merge branch 'main' into run-attestors-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosInTheCRD authored Feb 2, 2024
2 parents 864e33d + be75142 commit 36dd20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
artifact-upload-path: profile.cov

release:
needs: [fmt, sast, unit-tests]
needs: [fmt, sast, unit-test]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 36dd20e

Please sign in to comment.