about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2024-04-25 10:47:10 +0200
committerJakub Beránek <berykubik@gmail.com>2024-04-25 10:47:19 +0200
commit86da0e758faaf46a8025660a815a673ebafa1933 (patch)
tree647b1a7016ec924bab232ae934b7709c260d1bdd /.github/workflows
parent744dc2aa1d59c09a5cf3de5c4985dd914756219a (diff)
downloadrust-86da0e758faaf46a8025660a815a673ebafa1933.tar.gz
rust-86da0e758faaf46a8025660a815a673ebafa1933.zip
Remove useless condition
Neither `env.DEPLOY` nor `env.DEPLOY_ALT` should be present in this job.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 477f521d3b4..32bfc7170b9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -180,7 +180,6 @@ jobs:
       - name: publish toolstate
         run: src/ci/publish_toolstate.sh
         shell: bash
-        if: "success() && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')"
         env:
           TOOLSTATE_REPO_ACCESS_TOKEN: "${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}"
     name: bors build finished