Skip to content

Commit e68430e

Browse files
authored
[CI] Updated job triggering nightly (4.6 branch) (#146)
* [CI] Updated job triggering nightly (4.6 branch) * fix syntax * include headless in repository
1 parent 6b68be1 commit e68430e

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,28 @@ jobs:
1414
matrix:
1515
repository:
1616
- ibexa/oss
17-
- ibexa/content
17+
- ibexa/headless
1818
- ibexa/experience
1919
- ibexa/commerce
2020
branch:
2121
- "3.3"
2222
- "4.5"
23+
- "4.6"
2324
- master
2425
include:
25-
- repository: ibexa/headless
26-
branch: master
26+
- repository: ibexa/content
27+
branch: "3.3"
28+
- repository: ibexa/content
29+
branch: "4.5"
30+
- repository: ibexa/example-in-memory-product-catalog
31+
branch: "4.6"
2732
- repository: ibexa/example-in-memory-product-catalog
2833
branch: main
2934
exclude:
30-
- repository: ibexa/content
31-
branch: master
35+
- repository: ibexa/headless
36+
branch: "3.3"
37+
- repository: ibexa/headless
38+
branch: "4.5"
3239
steps:
3340
- uses: octokit/[email protected]
3441
name: Trigger workflow

0 commit comments

Comments
 (0)