Skip to content

Commit

Permalink
path limits on CI actions to reduce wasted computing
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Feb 27, 2024
1 parent 81dd56d commit 183b17e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/feeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@ name: Jekyll Feed Tests

'on':
push:
paths:
- ".github/workflows/feeds.yml"
- planet.ini
- tests/feedcheck.rb
- Gemfile
- Gemfile.lock
branches:
- master
pull_request:
paths:
- ".github/workflows/feeds.yml"
- planet.ini
- tests/feedcheck.rb
- Gemfile
- Gemfile.lock
branches:
- master
workflow_dispatch: null
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: Jekyll CI

'on':
push:
paths-ignore:
- '*.md'
- ".github/workflows/feeds.yml"
- "tests/feedcheck.rb"
branches:
- master
pull_request:
paths-ignore:
- '*.md'
- ".github/workflows/feeds.yml"
- "tests/feedcheck.rb"
branches:
- master
workflow_dispatch:
Expand Down

0 comments on commit 183b17e

Please sign in to comment.