summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-10-15 15:47:33 +0200
committerGitHub <noreply@github.com>2022-10-15 15:47:33 +0200
commit728193db26a7d37c9def03e4a7ce87bcbbeb036a (patch)
tree7af4c0e054a8e972c2ea50ee9631445066973d86
parent60896208052185718400d68f1543f99964cc2cec (diff)
parentb71dc460578c4c30acf7b8cf0bfbf6147fc3541e (diff)
Merge pull request #1362 from nextcloud/feat/workflow-auto-update-lint-eslint.yml
Updating lint-eslint.yml workflow from template
-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: