mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-26 05:56:50 +00:00
fix(ci): enable merge_group trigger for GitHub Merge Queue (#2549)
This commit is contained in:
@@ -53,6 +53,8 @@ on:
|
|||||||
- ".github/workflows/docker.yml"
|
- ".github/workflows/docker.yml"
|
||||||
- ".github/workflows/audit.yml"
|
- ".github/workflows/audit.yml"
|
||||||
- ".github/workflows/performance.yml"
|
- ".github/workflows/performance.yml"
|
||||||
|
merge_group:
|
||||||
|
types: [checks_requested]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 0" # Weekly on Sunday at midnight UTC
|
- cron: "0 0 * * 0" # Weekly on Sunday at midnight UTC
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user