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

github.com/nextcloud/privacy.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:49 +0300
committerGitHub <noreply@github.com>2022-10-15 21:31:49 +0300
commit498f4baa9f8433821e5131dc33c20a32946cc246 (patch)
treebe5cc50ab6728c7310c85ef5bb904144178d3025
parentfebd8de9298c2a47d6a0145a336957e26cf71145 (diff)
parentf05e3a911778eac20f94d8c4f9225bdd1edeb3d6 (diff)
Merge pull request #800 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: