summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-10-18 11:04:27 +0200
committerClaire <claire.github-309c@sitedethib.com>2023-10-18 11:29:18 +0200
commit85e440432efd9c765b60095473501f23f5722f3f (patch)
treefff88dad76b025132ba10aa4329f11ea2418c8cb
parent4ab64807bf231fc04be75f3a1ce31214147433e9 (diff)
Only enable github-rspec for pull requeststests/introduce-error
-rw-r--r--.github/workflows/test-ruby.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml
index f8280a22f4f..f2d2d02fc0d 100644
--- a/.github/workflows/test-ruby.yml
+++ b/.github/workflows/test-ruby.yml
@@ -113,7 +113,7 @@ jobs:
CAS_ENABLED: true
BUNDLE_WITH: 'pam_authentication test'
CI_JOBS: ${{ matrix.ci_job }}/4
- GITHUB_RSPEC: ${{ matrix.ruby-version == '.ruby-version' }}
+ GITHUB_RSPEC: ${{ matrix.ruby-version == '.ruby-version' && github.event.pull_request && 'true' }}
strategy:
fail-fast: false