mirror of
https://github.com/outbackdingo/ucore.git
synced 2026-01-27 18:20:42 +00:00
chore(ci): don't run ci for markdown changes (#219)
This commit is contained in:
2
.github/workflows/build-stable.yml
vendored
2
.github/workflows/build-stable.yml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
schedule:
|
||||
- cron: '50 2 * * *' # 2:50am-ish UTC everyday (approx 45 minutes after akmods images run)
|
||||
workflow_dispatch:
|
||||
|
||||
2
.github/workflows/build-testing.yml
vendored
2
.github/workflows/build-testing.yml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
schedule:
|
||||
- cron: '55 2 * * *' # 2:55am-ish UTC everyday (approx 50 minutes after akmods images run)
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user