Skip to content

Commit

Permalink
chore(ci): don't run ci for markdown changes (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Nov 24, 2024
1 parent 7bb87a2 commit f424015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f424015

Please sign in to comment.