We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
success()
1 parent 02cb2b2 commit 33833f0Copy full SHA for 33833f0
.github/workflows/ci.yml
@@ -239,6 +239,6 @@ jobs:
239
- name: publish toolstate
240
run: src/ci/publish_toolstate.sh
241
shell: bash
242
- if: success() && github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'
243
env:
244
TOOLSTATE_REPO_ACCESS_TOKEN: ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
0 commit comments