We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3b07d commit f647a18Copy full SHA for f647a18
.github/workflows/continuous_integration.yml
@@ -10,6 +10,11 @@ on:
10
jobs:
11
build:
12
name: Ruby ${{ matrix.ruby }} on ${{ matrix.operating-system }}
13
+
14
+ if: >-
15
+ github.event_name == 'workflow_dispatch' ||
16
+ (github.event_name == 'pull_request' && !startsWith(github.event.pull_request.head.ref, 'release-please--'))
17
18
runs-on: ${{ matrix.operating-system }}
19
continue-on-error: ${{ matrix.experimental == 'Yes' }}
20
env: { JAVA_OPTS: -Djdk.io.File.enableADS=true }
0 commit comments