Skip to content
Snippets Groups Projects
Unverified Commit 590b79c8 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

mirror.yaml: add github.event_name to concurrency::group (#72)

parent 16037efa
Branches
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ on: ...@@ -6,7 +6,7 @@ on:
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
group: mirror group: mirror-${{ github.event_name }}
cancel-in-progress: false cancel-in-progress: false
jobs: jobs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment