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

github.com/nextcloud/bruteforcesettings.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-10-15 15:27:34 +0300
committerGitHub <noreply@github.com>2022-10-15 15:27:34 +0300
commit58cdc5703f8c82bc730eeb7814fb44a4c217cd0b (patch)
tree1698c8ab2b5dec577a1d85e6febc44fbcdb75bfe
parentbad0502ba9eebb3dea783f1f355e959f0673c7b7 (diff)
parentec58d7903e87616c0f7fbe62b3c76451c569b012 (diff)
Merge pull request #403 from nextcloud/feat/workflow-auto-update-lint-stylelint.yml
-rw-r--r--.github/workflows/lint-stylelint.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.github/workflows/lint-stylelint.yml b/.github/workflows/lint-stylelint.yml
index 407f870..17b7aeb 100644
--- a/.github/workflows/lint-stylelint.yml
+++ b/.github/workflows/lint-stylelint.yml
@@ -5,13 +5,14 @@
name: Lint
-on:
- pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+on: pull_request
+
+permissions:
+ contents: read
+
+concurrency:
+ group: lint-stylelint-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
jobs:
lint: