Skip to content

Commit

Permalink
Partially Revert "CI: When only Hugo docs change, other workflows do …
Browse files Browse the repository at this point in the history
…not need to run"

This partially reverts commit 3a6a64e.

Cause: Even when only Hugo docs change in a PR, the merge criteria
still requires all CI jobs.

Thus, they can only be skipped from push (those run in the submitter's
repo and are not required), but not from the pull_request workflows,
as those are required.

Signed-off-by: Bernhard Kaindl <[email protected]>
  • Loading branch information
bernhardkaindl committed Feb 3, 2025
1 parent 1b74853 commit 7f64d07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- 'doc/**'
- '.github/workflows/hugo.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '.github/workflows/hugo.yml'
schedule:
# run daily, this refreshes the cache
- cron: "13 2 * * *"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- 'doc/**'
- '.github/workflows/hugo.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '.github/workflows/hugo.yml'
schedule:
# run daily, this refreshes the cache
- cron: "13 2 * * *"
Expand Down

0 comments on commit 7f64d07

Please sign in to comment.