Skip to content

Commit 48d69eb

Browse files
authored
chore(CI): Fix nightly build workflow (#1541)
I turned off running the format check but didn't remove it from a needs list. :P Also added three missing ones.
1 parent 362ffc1 commit 48d69eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/nightly_dafny.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ jobs:
6363
contents: read
6464
needs:
6565
[
66-
dafny-nightly-format,
6766
dafny-nightly-verification,
6867
dafny-nightly-java,
6968
dafny-nightly-net,
69+
dafny-nightly-rust,
70+
dafny-nightly-python,
71+
dafny-nightly-go,
7072
]
7173
if: ${{ always() && contains(needs.*.result, 'failure') }}
7274
steps:

0 commit comments

Comments
 (0)