summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-10-17 09:08:24 +0200
committerGitHub <noreply@github.com>2022-10-17 09:08:24 +0200
commit3dc1efb117718528dd6d6a01206acffd8a7e05bc (patch)
tree5bec0ce53dccbc08b7e464c2cfe465a38bbf813a /.github/workflows
parent2b2fe5374fc707847ff0401d999120a82eab50a2 (diff)
parentd75905174b21df91cb6b1710cdeb26b12372f99c (diff)
Merge pull request #3052 from nextcloud/feat/workflow-auto-update-lint-eslint.yml
Updating lint-eslint.yml workflow from template
Diffstat (limited to '.github/workflows')
-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 5f48fb58..c08763ea 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: