Skip to content

Commit 608ca74

Browse files
tweak CI (#2186)
1 parent 0b7d4c4 commit 608ca74

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- "25"
7373
# non-LTS versions
7474
# we should periodically add the latest non-LTS version here to test against
75-
# as of 2025-09-29, the latest version of java (25) is LTS, so this section is empty. In March 2026, we'll add "26".
75+
- "26"
7676

7777
steps:
7878
- uses: extractions/setup-just@v2
@@ -110,8 +110,7 @@ jobs:
110110
publish:
111111
if: >-
112112
((github.event_name == 'workflow_dispatch') || (github.event_name == 'push')) &&
113-
startsWith(github.ref, 'refs/tags/v') &&
114-
endsWith(github.actor, '-stripe')
113+
startsWith(github.ref, 'refs/tags/v')
115114
needs: [build, test]
116115
runs-on: "ubuntu-24.04"
117116
permissions:
@@ -153,12 +152,11 @@ jobs:
153152
((github.event_name == 'workflow_dispatch') || (github.event_name == 'push')) &&
154153
startsWith(github.ref, 'refs/tags/v') &&
155154
!contains(github.ref, 'beta') &&
156-
!contains(github.ref, 'alpha') &&
157-
endsWith(github.actor, '-stripe')
155+
!contains(github.ref, 'alpha')
158156
needs: [build, test]
159157
runs-on: "ubuntu-24.04"
160158
permissions:
161-
contents: write
159+
contents: write
162160
steps:
163161
- uses: actions/checkout@master
164162
- name: Setup Java

0 commit comments

Comments
 (0)