Skip to content

Commit c2b0c10

Browse files
committed
Remove examples build from verify
1 parent 394cbb1 commit c2b0c10

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/verify.yaml

-26
Original file line numberDiff line numberDiff line change
@@ -198,32 +198,6 @@ jobs:
198198
url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_ERRORS }}
199199
status: ${{ job.status }}
200200

201-
build-verify-examples:
202-
name: Verify Examples
203-
runs-on: ubuntu-latest
204-
if: github.repository_owner == 'Apicurio' && !contains(github.event.*.labels.*.name, 'DO NOT MERGE')
205-
steps:
206-
- name: Checkout Code with Ref '${{ github.ref }}'
207-
uses: actions/checkout@v3
208-
209-
- name: Set up JDK 17
210-
uses: actions/setup-java@v3
211-
with:
212-
java-version: 17
213-
distribution: 'temurin'
214-
cache: 'maven'
215-
216-
- name: Build Examples
217-
run: ./mvnw clean compile --no-transfer-progress -DskipTests=true
218-
219-
- name: Google Chat Notification (Error)
220-
if: github.event_name == 'push' && failure()
221-
uses: Co-qn/google-chat-notification@b9227d9daa4638c9782a5bd16c4abb86268127a1
222-
with:
223-
name: ${{ github.job }}
224-
url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_ERRORS }}
225-
status: ${{ job.status }}
226-
227201

228202
build-native-images:
229203
name: Build and Test Native images

0 commit comments

Comments
 (0)