Skip to content

Commit d4c5578

Browse files
stktyaginemesifier
authored andcommitted
[ci] Minor enhancement
Removed type regarding concurrency
1 parent c6cf54f commit d4c5578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bot-ci-failure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
contents: read
1313

1414
concurrency:
15-
group: group: ci-failure-${{ github.repository }}-${{ github.event.workflow_run.pull_requests[0].number || format('{0}:{1}', github.event.workflow_run.head_repository.full_name, github.event.workflow_run.head_branch) }}
15+
group: ci-failure-${{ github.repository }}-${{ github.event.workflow_run.pull_requests[0].number || format('{0}:{1}', github.event.workflow_run.head_repository.full_name, github.event.workflow_run.head_branch) }}
1616
cancel-in-progress: true
1717

1818
jobs:

0 commit comments

Comments
 (0)