Skip to content

Commit a445eff

Browse files
authored
chore: fix nightly (#1300)
1 parent b7a91c9 commit a445eff

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.github/workflows/nightly.yml

-34
Original file line numberDiff line numberDiff line change
@@ -59,40 +59,6 @@ jobs:
5959
dafny: "nightly-latest"
6060
regenerate-code: true
6161

62-
# Interop nightly tests use nighly tests and the current dafnyversion for the DBESDK.
63-
dafny-nightly-java-interop:
64-
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
65-
needs: getVersion
66-
uses: ./.github/workflows/dafny_interop_java.yml
67-
with:
68-
mpl-dafny: "nightly-latest"
69-
mpl-commit: main
70-
dbesdk-dafny: ${{needs.getVersion.outputs.version}}
71-
dafny-nightly-test-vectors-java-interop:
72-
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
73-
needs: getVersion
74-
uses: ./.github/workflows/dafny_interop_test_vector_java.yml
75-
with:
76-
mpl-dafny: "nightly-latest"
77-
mpl-commit: main
78-
dbesdk-dafny: ${{needs.getVersion.outputs.version}}
79-
dafny-nightly-net-interop:
80-
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
81-
needs: getVersion
82-
uses: ./.github/workflows/dafny_interop_test_net.yml
83-
with:
84-
mpl-dafny: "nightly-latest"
85-
mpl-commit: main
86-
dbesdk-dafny: ${{needs.getVersion.outputs.version}}
87-
dafny-nightly-test-vectors-net-interop:
88-
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
89-
needs: getVersion
90-
uses: ./.github/workflows/dafny_interop_test_vector_net.yml
91-
with:
92-
mpl-dafny: "nightly-latest"
93-
mpl-commit: main
94-
dbesdk-dafny: ${{needs.getVersion.outputs.version}}
95-
9662
cut-issue-on-failure:
9763
runs-on: ubuntu-latest
9864
permissions:

0 commit comments

Comments
 (0)