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

Commit2db3b9e

Browse files
committed
CI: add concurrency key
1 parent47e089e commit2db3b9e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

‎.github/workflows/build_base_image.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
-'.github/workflows/build_base_image.yml'
1414
workflow_dispatch:
1515

16+
concurrency:
17+
group:${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress:true
19+
1620
jobs:
1721
build-and-push-base:
1822
runs-on:ubuntu-latest

‎.github/workflows/test_pymode.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches:[main, master, develop]
88

9+
concurrency:
10+
group:${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress:true
12+
913
jobs:
1014
test-python-versions:
1115
runs-on:ubuntu-latest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp