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

Commit b025670

Browse files
remove concurrency limit (#643)
1 parent b611c85 commit b025670

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

‎.github/workflows/delete-review-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99
inputs:
1010
pr_number:
11-
description: 'PR number to delete review app for'
11+
description: 'PR number of the review app targeted for deletion'
1212
required: true
1313
type: string
1414

‎.github/workflows/deploy-to-control-plane-review-app.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ run-name: Deploy PR Review App - PR #${{ github.event.pull_request.number || git
55
# Controls when the workflow will run
66
on:
77
pull_request:
8-
types: [synchronize, reopened]
8+
types: [opened, synchronize, reopened]
99
issue_comment:
1010
types: [created]
1111
workflow_dispatch:
@@ -15,10 +15,6 @@ on:
1515
required: true
1616
type: number
1717

18-
concurrency:
19-
group: deploy-pr-${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}
20-
cancel-in-progress: true
21-
2218
env:
2319
PREFIX: ${{ vars.REVIEW_APP_PREFIX }}
2420
APP_NAME: ${{ vars.REVIEW_APP_PREFIX }}-${{ github.event.pull_request.number || github.event.issue.number || github.event.inputs.pr_number }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /