Skip to content

Commit a7a057f

Browse files
authored
Merge pull request #744 from camunda/ci/no-ci-on-stable-push
ci: drop CI workflow on push to stable/** (Release workflow covers it)
2 parents 175b0cb + 7f631f2 commit a7a057f

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: CI
22

33
on:
4-
# Push trigger acts as a stability gate for `stable/**` branches only.
5-
# Merges to `main` are handled by the Release workflow (which runs the
6-
# full release pipeline including its own validation), so we don't
7-
# double-up by also running CI here. Feature branches are covered by
8-
# the `pull_request` trigger.
9-
push:
10-
branches:
11-
- "stable/**"
4+
# Feature branches and PRs (including forks) are covered by `pull_request`.
5+
# Merges to `main` and `stable/**` are handled by the Release workflow,
6+
# which runs the same non-gated jobs as part of its pipeline. Listing
7+
# those branches here would just duplicate runs on the same SHA.
128
pull_request:
139

1410
jobs:

0 commit comments

Comments
 (0)