Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf647a18

Browse files
committed
build: skip continuous integration workflow for release PRs
1 parentdf3b07d commitf647a18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.github/workflows/continuous_integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
jobs:
1111
build:
1212
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+
1318
runs-on:${{ matrix.operating-system }}
1419
continue-on-error:${{ matrix.experimental == 'Yes' }}
1520
env:{ JAVA_OPTS: -Djdk.io.File.enableADS=true }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp