Skip to content

Commit a5d13d2

Browse files
Testing
1 parent 1662a0f commit a5d13d2

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/ci.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: CI
22
on:
33
push:
44
branches:
5-
- main
5+
- pem-trim-windows
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:
99
ci:
1010
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
1111
runs-on: ${{ matrix.os.id }}
12-
if: ${{ github.repository == 'spring-projects/spring-boot' }}
12+
# if: ${{ github.repository == 'spring-projects/spring-boot' }}
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -21,13 +21,13 @@ jobs:
2121
java:
2222
- version: 17
2323
toolchain: false
24-
- version: 21
25-
toolchain: true
26-
- version: 22
27-
toolchain: true
28-
- version: 23
29-
early-access: true
30-
toolchain: true
24+
# - version: 21
25+
# toolchain: true
26+
# - version: 22
27+
# toolchain: true
28+
# - version: 23
29+
# early-access: true
30+
# toolchain: true
3131
exclude:
3232
- os:
3333
name: Linux
@@ -49,12 +49,12 @@ jobs:
4949
java-version: ${{ matrix.java.version }}
5050
java-early-access: ${{ matrix.java.early-access || 'false' }}
5151
java-toolchain: ${{ matrix.java.toolchain }}
52-
develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
53-
- name: Send Notification
54-
uses: ./.github/actions/send-notification
55-
if: always()
56-
with:
57-
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
58-
status: ${{ job.status }}
59-
build-scan-url: ${{ steps.build.outputs.build-scan-url }}
60-
run-name: ${{ format('{0} | {1} | Java {2}', github.ref_name, matrix.os.name, matrix.java.version) }}
52+
# develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
53+
# - name: Send Notification
54+
# uses: ./.github/actions/send-notification
55+
# if: always()
56+
# with:
57+
# webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
58+
# status: ${{ job.status }}
59+
# build-scan-url: ${{ steps.build.outputs.build-scan-url }}
60+
# run-name: ${{ format('{0} | {1} | Java {2}', github.ref_name, matrix.os.name, matrix.java.version) }}

0 commit comments

Comments
 (0)