diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 3bb2528..7853dd0 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -27,6 +27,7 @@ jobs: env: GOOGLE_APPLICATION_CREDENTIALS: ${{secrets.GOOGLE_APPLICATION_CREDENTIALS}} - name: Run private google sheet tests + if: matrix.ruby == '3.2.0' # Limit execution on latest ruby version to prevent reaching rate limits run: bundle exec rake test_private_google_sheet env: GOOGLE_APPLICATION_CREDENTIALS: 'account_secret.json'