Skip to content

Commit

Permalink
fix(GHW): typo lead to two verification, no format (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony authored Nov 28, 2023
1 parent ce4b011 commit 3d10796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_dafny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
dafny-nightly-format:
# Don't run the cron builds on forks
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
uses: ./.github/workflows/library_dafny_verification.yml
uses: ./.github/workflows/library_format.yml
with:
dafny: "nightly-latest"
dafny-nightly-verification:
Expand Down

0 comments on commit 3d10796

Please sign in to comment.