We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
success()
1 parent 0b1ecf1 commit 686baf5Copy full SHA for 686baf5
.github/workflows/ci.yml
@@ -243,6 +243,6 @@ jobs:
243
- name: publish toolstate
244
run: src/ci/publish_toolstate.sh
245
shell: bash
246
- 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'
247
env:
248
TOOLSTATE_REPO_ACCESS_TOKEN: ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
0 commit comments