Skip to content

Commit 6de2955

Browse files
committed
ci: add PR trigger to compat-17 and fix deploy runner consistency
Add pull_request trigger to Java 17 compatibility check so breakages are caught before merge. Use ubuntu-24.04-arm for deploy job to match all other workflows.
1 parent ab0b233 commit 6de2955

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/compat-17.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
paths-ignore:
66
- '**/*.md'
77
- 'docs/**'
8+
pull_request:
9+
paths-ignore:
10+
- '**/*.md'
11+
- 'docs/**'
812

913
jobs:
1014
build:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
deploy:
2626
needs: build
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-24.04-arm
2828
environment:
2929
name: github-pages
3030
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)