Skip to content

Commit 7758560

Browse files
authored
revert: "ci: Skip Java checks if only docs have changed" (deephaven#7193)
Reverts deephaven#7187 These are still required checks, and by skipping these steps the PR will always be pending and blocked from merging. E.g. deephaven#7171 <img width="962" height="434" alt="image" src="https://github.com/user-attachments/assets/12134bea-4abb-4925-a17d-95a4b20a1041" /> So we still need to report the status as "done", just while skipping the work... there's a discussion on GitHub around this: https://github.com/orgs/community/discussions/44490 I'll look into the best solution, for now I'm reverting to allow PRs to be able to merge again.
1 parent c0303c4 commit 7758560

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/check-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ name: Check CI
33
on:
44
pull_request:
55
branches: [ 'main', 'rc/v*' ]
6-
paths-ignore:
7-
- 'docs/**'
86
push:
97
branches: [ 'main', 'check/**', 'release/v*' ]
10-
paths-ignore:
11-
- 'docs/**'
128

139
concurrency:
1410
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/publish-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ name: Publish CI
33
on:
44
push:
55
branches: [ 'main', 'release/v*' ]
6-
paths-ignore:
7-
- 'docs/**'
86
pull_request:
97
branches: [ 'main', 'rc/v*' ]
10-
paths-ignore:
11-
- 'docs/**'
128

139
concurrency:
1410
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/quick-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ name: Quick CI
33
on:
44
pull_request:
55
branches: [ 'main', 'rc/v*' ]
6-
paths-ignore:
7-
- 'docs/**'
86
push:
97
branches: [ 'main', 'check/**', 'release/v*' ]
10-
paths-ignore:
11-
- 'docs/**'
128

139
concurrency:
1410
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)