Skip to content

Commit 7f64d07

Browse files
Partially Revert "CI: When only Hugo docs change, other workflows do 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]>
1 parent 1b74853 commit 7f64d07

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
- 'doc/**'
88
- '.github/workflows/hugo.yml'
99
pull_request:
10-
paths-ignore:
11-
- 'doc/**'
12-
- '.github/workflows/hugo.yml'
1310
schedule:
1411
# run daily, this refreshes the cache
1512
- cron: "13 2 * * *"

.github/workflows/other.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
- 'doc/**'
88
- '.github/workflows/hugo.yml'
99
pull_request:
10-
paths-ignore:
11-
- 'doc/**'
12-
- '.github/workflows/hugo.yml'
1310
schedule:
1411
# run daily, this refreshes the cache
1512
- cron: "13 2 * * *"

0 commit comments

Comments
 (0)