ci: Add `merge_group` triggers
parent
97d00455ef
commit
118fdeeb1d
|
@ -16,6 +16,7 @@ on:
|
||||||
branches: [ "master", "release-*", "dev" ]
|
branches: [ "master", "release-*", "dev" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master", "release-*", "dev" ]
|
branches: [ "master", "release-*", "dev" ]
|
||||||
|
merge_group:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 4 * * 0'
|
- cron: '15 4 * * 0'
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/platform-backend-ci.yml"
|
- ".github/workflows/platform-backend-ci.yml"
|
||||||
- "autogpt_platform/backend/**"
|
- "autogpt_platform/backend/**"
|
||||||
|
merge_group:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ format('backend-ci-{0}', github.head_ref && format('{0}-{1}', github.event_name, github.event.pull_request.number) || github.sha) }}
|
group: ${{ format('backend-ci-{0}', github.head_ref && format('{0}-{1}', github.event_name, github.event.pull_request.number) || github.sha) }}
|
||||||
|
|
|
@ -10,6 +10,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/platform-frontend-ci.yml"
|
- ".github/workflows/platform-frontend-ci.yml"
|
||||||
- "autogpt_platform/frontend/**"
|
- "autogpt_platform/frontend/**"
|
||||||
|
merge_group:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
|
@ -11,6 +11,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/platform-market-ci.yml"
|
- ".github/workflows/platform-market-ci.yml"
|
||||||
- "autogpt_platform/market/**"
|
- "autogpt_platform/market/**"
|
||||||
|
merge_group:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ format('backend-ci-{0}', github.head_ref && format('{0}-{1}', github.event_name, github.event.pull_request.number) || github.sha) }}
|
group: ${{ format('backend-ci-{0}', github.head_ref && format('{0}-{1}', github.event_name, github.event.pull_request.number) || github.sha) }}
|
||||||
|
|
Loading…
Reference in New Issue