Skip to content

Commit

Permalink
rename java compat job
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Mar 1, 2023
1 parent 4611b96 commit 8292616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
name: clients-${{matrix.client.language }}
path: clients-${{matrix.client.language }}.zip

javacompat:
java_compatibility_check:
runs-on: ubuntu-20.04
timeout-minutes: 10
needs:
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
needs:
- setup
- client_gen
- javacompat
- java_compatibility_check
if: |
always() &&
!contains(needs.*.result, 'cancelled') &&
Expand Down

0 comments on commit 8292616

Please sign in to comment.