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

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-20 16:43:26 +0300
committerGitHub <noreply@github.com>2022-10-20 16:43:26 +0300
commit414f021e9ce45086ab4ae0b9b5f81ec3cd517452 (patch)
tree9b2298764a3571b2f002acf8904ed58f15003de8
parent33b02751af252475e539f809d4c8e2e775666401 (diff)
parent331b6f6325260542c389c700bbbb39c10726c53f (diff)
Merge pull request #613 from nextcloud/feat/workflow-auto-update-lint-eslint.yml
Updating lint-eslint.yml workflow from template
-rw-r--r--.github/workflows/lint-eslint.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml
index 3f783f4..c08763e 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -5,17 +5,15 @@
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:
runs-on: ubuntu-latest