Skip to content

Commit a793b59

Browse files
fix: add statusProvider to prevent release workflow from blocking itself
Without explicit contexts, Craft waits for ALL check runs to succeed, including the 'Release' workflow which creates a chicken-and-egg problem. This caused publish to fail, preventing the release branch merge-back, leaving tags on diverged commits and breaking subsequent version detection.
1 parent 352f759 commit a793b59

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.craft.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
minVersion: "2.21.2"
22
changelog:
33
policy: auto
4+
statusProvider:
5+
name: github
6+
config:
7+
contexts:
8+
- test_job
9+
- build_website
410
artifactProvider:
511
name: github
612
config:

0 commit comments

Comments
 (0)