Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 16, 2023
1 parent 57587b9 commit 77d590f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
bats:
needs: build
uses: ./.github/workflows/bats.yaml
fuzzbucket:
contract-deps:
secrets: inherit
uses: ./.github/workflows/contract-deps.yaml
cypress-nightly:
needs: [build, fuzzbucket]
needs: [build, contract-deps]
secrets: inherit
uses: ./.github/workflows/contract.yaml
cleanup:
Expand Down

0 comments on commit 77d590f

Please sign in to comment.