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:53 +0300
committerGitHub <noreply@github.com>2022-10-20 16:43:53 +0300
commit1999d06cb1f8485b1f97bc319bf98bd2d947dc6a (patch)
treea674018eaac12c7b02529a1cab4817c9fde64cbb
parent414f021e9ce45086ab4ae0b9b5f81ec3cd517452 (diff)
Update node.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-rw-r--r--.github/workflows/node.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 443ed95..c70e281 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -5,17 +5,15 @@
name: Node
-on:
- pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+on: pull_request
permissions:
contents: read
+concurrency:
+ group: node-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
+
jobs:
build:
runs-on: ubuntu-latest