summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-10-07 20:56:14 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2025-10-07 20:56:16 -0700
commitf063427c45ecf35f98efc27fe92a49b035016063 (patch)
treef2faae77ba9f16124cd52c3522018b5efe7dc0a6
parent76b10394856d62e56ab2f31f4bbfded320ce813d (diff)
post_push.yml: Skip .github/actions/setup/directories
These scripts are made to be fairly portable, so it shouldn't need all these steps to make them work.
-rw-r--r--.github/workflows/post_push.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/post_push.yml b/.github/workflows/post_push.yml
index 724a67017a..0ddcc2e283 100644
--- a/.github/workflows/post_push.yml
+++ b/.github/workflows/post_push.yml
@@ -39,12 +39,6 @@ jobs:
RUBY_GIT_SYNC_PRIVATE_KEY: ${{ secrets.RUBY_GIT_SYNC_PRIVATE_KEY }}
if: ${{ github.repository == 'ruby/ruby' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/ruby_')) && github.event_name == 'push' }}
- - uses: ./.github/actions/setup/directories
- with:
- makeup: true
- # Skip overwriting MATZBOT_AUTO_UPDATE_TOKEN
- checkout: '' # false (ref: https://github.com/actions/runner/issues/2238)
-
- name: Auto-correct code styles
run: |
set -x