Skip to content

Commit 543a06d

Browse files
committed
[CI] Only run announce after build
1 parent 36a8231 commit 543a06d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-tests-nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
with:
109109
name: test-data
110110
path: run/gametest
111-
112111
nightly:
113112
name: Publish Nightly
114113
runs-on: ubuntu-20.04
@@ -153,7 +152,7 @@ jobs:
153152
CM_BUILD_NUM: ${{ needs.vars.outputs.build }}
154153
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
155154
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156-
157155
announce:
158156
uses: ./.github/workflows/announce-latest-nightly.yml
157+
needs: [ nightly ]
159158
secrets: inherit

0 commit comments

Comments
 (0)