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

github.com/nextcloud/password_policy.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 21:31:55 +0300
committerGitHub <noreply@github.com>2022-10-15 21:31:55 +0300
commitfc698d1fb78735f44fe2b8b4ca202053ba58c52c (patch)
tree973b6c8495937bcb6695ebcb1342aae6ef9637e5
parentbf67eb74ba414f875fb98198a7bf11a2457a1677 (diff)
parent1d36e74acbb88bef40c03c823b45106624f3fa0e (diff)
Merge pull request #399 from nextcloud/feat/workflow-auto-update-lint-eslint.yml
-rw-r--r--.github/workflows/lint-eslint.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml
index 5f48fb5..c08763e 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -5,13 +5,14 @@
name: Lint
-on:
- pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+on: pull_request
+
+permissions:
+ contents: read
+
+concurrency:
+ group: lint-eslint-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
jobs:
lint: