Skip to content

Commit 33833f0

Browse files
committed
Remove redundant success() condition
1 parent 02cb2b2 commit 33833f0

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
@@ -239,6 +239,6 @@ jobs:
239239
- name: publish toolstate
240240
run: src/ci/publish_toolstate.sh
241241
shell: bash
242-
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'
242+
if: github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'
243243
env:
244244
TOOLSTATE_REPO_ACCESS_TOKEN: ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)