Skip to content

Commit 86da0e7

Browse files
committed
Remove useless condition
Neither `env.DEPLOY` nor `env.DEPLOY_ALT` should be present in this job.
1 parent 744dc2a commit 86da0e7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ jobs:
180180
- name: publish toolstate
181181
run: src/ci/publish_toolstate.sh
182182
shell: bash
183-
if: "success() && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')"
184183
env:
185184
TOOLSTATE_REPO_ACCESS_TOKEN: "${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}"
186185
name: bors build finished

src/ci/github-actions/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ jobs:
288288
- name: publish toolstate
289289
run: src/ci/publish_toolstate.sh
290290
shell: bash
291-
if: success() && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')
292291
env:
293292
TOOLSTATE_REPO_ACCESS_TOKEN: ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
294293

0 commit comments

Comments
 (0)