mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Auto-cancel redundant CI jobs (no-changelog) (#7656)
This should help us reduce the load on CI workers to some extend.
This commit is contained in:
committed by
GitHub
parent
000e76e3b4
commit
32ddb4d04b
4
.github/workflows/ci-postgres-mysql.yml
vendored
4
.github/workflows/ci-postgres-mysql.yml
vendored
@@ -8,6 +8,10 @@ on:
|
||||
paths:
|
||||
- packages/cli/src/databases/migrations/**
|
||||
|
||||
concurrency:
|
||||
group: e2e-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Install & Build
|
||||
|
||||
Reference in New Issue
Block a user