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

Commitbf5e067

Browse files
authored
chore: allow running multiple preview deployments in parallel (#8562)
1 parent0a56ea6 commitbf5e067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/pr-deploy.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
pull-requests:write
1818

1919
concurrency:
20-
group:${{ github.workflow }}-${{ github.ref }}
20+
group:${{ github.workflow }}-${{ github.event.issue.number || github.run_id }}
2121
cancel-in-progress:false
2222

2323
jobs:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp