Skip to content

Commit

Permalink
Specify paths for GHA (#5078)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino authored Dec 13, 2024
1 parent 502e3ef commit 420612f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ on:
branches: [main]
tags:
- "*"
paths-ignore:
- 'docs/'
merge_group:
pull_request:
# This needs to be declared explicitly so that the job is actually
# run when moved out of draft.
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'docs/'

env:
CI: 1
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ concurrency:
pull_request:
branches:
- main
paths-ignore:
- 'docs/'
push:
branches:
- main
paths-ignore:
- 'docs/'
schedule:
- cron: 0 0 * * *
env:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/rust-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ on:
pull_request:
branches:
- main
paths:
- '**/*.rs'
- '.github/workflows/rust-lint.yml'
push:
branches:
- main
paths:
- '**/*.rs'
- '.github/workflows/rust-lint.yml'
schedule:
- cron: "0 0 * * *"

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ on:
# This needs to be declared explicitly so that the job is actually
# run when moved out of draft.
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'docs/'
push:
branches:
- main
paths-ignore:
- 'docs/'
schedule:
- cron: "0 0 * * *"

Expand Down

0 comments on commit 420612f

Please sign in to comment.