@@ -41,6 +41,10 @@ on:
type: boolean
default: false
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
+
jobs:
@@ -20,6 +20,11 @@ on:
- packages/slack/**
- packages/ui/**
lint:
runs-on: ubuntu-latest
@@ -16,6 +16,11 @@ on:
- '!packages/slackbot-proxy/docker/**'
test:
@@ -5,6 +5,11 @@ on:
branches:
- master
# Refs: https://github.com/release-drafter/release-drafter
@@ -7,6 +7,11 @@ on:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, edited, synchronize]