Skip to content

Commit 9aac985

Browse files
committed
chore: create checking mismatch
1 parent 8c99d6d commit 9aac985

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/showcase-version-check.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
-commit "${{ steps.extract_commit.outputs.commit }}"
5858
exit_code=$?
5959
set -e
60-
6160
if [ $exit_code -eq 0 ]; then
6261
echo "Verification successful!"
6362
exit 0
@@ -69,7 +68,6 @@ jobs:
6968
echo "Error: Unexpected verification failure (exit code $exit_code)."
7069
exit 1
7170
fi
72-
7371
- name: Create issue on mismatch
7472
if: failure() && env.MISMATCH == 'true'
7573
env:
@@ -79,7 +77,6 @@ jobs:
7977
-R "${{ github.repository }}" \
8078
-t "Showcase Version Mismatch: librarian.yaml and pom.xml out of sync" \
8179
-b "The Showcase version in java-showcase/gapic-showcase/pom.xml and the commit in librarian.yaml do not match. Please update them to match. See logs: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
82-
8380
- name: Create issue on workflow failure
8481
if: failure() && env.MISMATCH != 'true'
8582
env:

0 commit comments

Comments
 (0)