Remove useless condition

Neither `env.DEPLOY` nor `env.DEPLOY_ALT` should be present in this job.
This commit is contained in:
Jakub Beránek 2024-04-25 10:47:10 +02:00
parent 744dc2aa1d
commit 86da0e758f
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -288,7 +288,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 }}