Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-18 00:07:58 +0300
committerGitHub <noreply@github.com>2022-10-18 00:07:58 +0300
commit5d8a886864b5c2fe3250d3571c77d90bdafe4938 (patch)
tree203f7528b56f562e8f458ce30d82ace64601e161
parent0e8c29f33b2d4e297455ccd41fdd90910a05abdb (diff)
Update .github/workflows/lint-php-cs.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-rw-r--r--.github/workflows/lint-php-cs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml
index 2814102..9f4bad1 100644
--- a/.github/workflows/lint-php-cs.yml
+++ b/.github/workflows/lint-php-cs.yml
@@ -10,7 +10,7 @@ on: pull_request
permissions:
contents: read
-concurrency:
+concurrency:
group: lint-php-cs-${{ github.head_ref || github.run_id }}
cancel-in-progress: true