We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744dc2a commit 86da0e7Copy full SHA for 86da0e7
.github/workflows/ci.yml
@@ -180,7 +180,6 @@ jobs:
180
- name: publish toolstate
181
run: src/ci/publish_toolstate.sh
182
shell: bash
183
- if: "success() && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')"
184
env:
185
TOOLSTATE_REPO_ACCESS_TOKEN: "${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}"
186
name: bors build finished
src/ci/github-actions/ci.yml
@@ -288,7 +288,6 @@ jobs:
288
289
290
291
- if: success() && (github.event_name == 'push' || env.DEPLOY == '1' || env.DEPLOY_ALT == '1')
292
293
TOOLSTATE_REPO_ACCESS_TOKEN: ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
294
0 commit comments