We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a8231 commit 543a06dCopy full SHA for 543a06d
.github/workflows/ci-tests-nightly.yml
@@ -108,7 +108,6 @@ jobs:
108
with:
109
name: test-data
110
path: run/gametest
111
-
112
nightly:
113
name: Publish Nightly
114
runs-on: ubuntu-20.04
@@ -153,7 +152,7 @@ jobs:
153
152
CM_BUILD_NUM: ${{ needs.vars.outputs.build }}
154
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
155
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156
157
announce:
158
uses: ./.github/workflows/announce-latest-nightly.yml
+ needs: [ nightly ]
159
secrets: inherit
0 commit comments