diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-12-23 21:50:28 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-12-23 21:50:28 +0900 |
| commit | a438c37ce969a0f50b29f6e0c3c5f2e21bcbebf4 (patch) | |
| tree | 8f4dc805aea9f484bd3ff584194432ed9c805ae6 | |
| parent | 376ef474debf4faa38725d12d20af010822ee212 (diff) | |
CI: auto-update workflow makes sense only on ruby/ruby [ci skip]
| -rw-r--r-- | .github/workflows/default_gems.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/default_gems.yml b/.github/workflows/default_gems.yml index 202adfc637..ea2e287066 100644 --- a/.github/workflows/default_gems.yml +++ b/.github/workflows/default_gems.yml @@ -17,6 +17,8 @@ jobs: runs-on: ubuntu-latest + if: ${{ github.repository == 'ruby/ruby' }} + steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: |
