Skip to content

Commit 686baf5

Browse files
committed
Remove redundant success() condition
1 parent 0b1ecf1 commit 686baf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,6 @@ jobs:
243243
- name: publish toolstate
244244
run: src/ci/publish_toolstate.sh
245245
shell: bash
246-
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'
246+
if: github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'
247247
env:
248248
TOOLSTATE_REPO_ACCESS_TOKEN: ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)