Skip to content

Commit

Permalink
[CI] Updated job triggering nightly (4.6 branch) (#146)
Browse files Browse the repository at this point in the history
* [CI] Updated job triggering nightly (4.6 branch)

* fix syntax

* include headless in repository
  • Loading branch information
micszo authored Mar 19, 2024
1 parent 6b68be1 commit e68430e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,28 @@ jobs:
matrix:
repository:
- ibexa/oss
- ibexa/content
- ibexa/headless
- ibexa/experience
- ibexa/commerce
branch:
- "3.3"
- "4.5"
- "4.6"
- master
include:
- repository: ibexa/headless
branch: master
- repository: ibexa/content
branch: "3.3"
- repository: ibexa/content
branch: "4.5"
- repository: ibexa/example-in-memory-product-catalog
branch: "4.6"
- repository: ibexa/example-in-memory-product-catalog
branch: main
exclude:
- repository: ibexa/content
branch: master
- repository: ibexa/headless
branch: "3.3"
- repository: ibexa/headless
branch: "4.5"
steps:
- uses: octokit/[email protected]
name: Trigger workflow
Expand Down

0 comments on commit e68430e

Please sign in to comment.