Skip to content

Commit

Permalink
Remove JEE from the title of GH actions
Browse files Browse the repository at this point in the history
closes #117

Signed-off-by: mposolda <mposolda@gmail.com>
  • Loading branch information
mposolda committed Dec 18, 2024
1 parent b3fda4d commit 9bf9504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: ./.github/actions/build-keycloak-client

client-tests:
name: Client tests (Jakarta, JEE)
name: Client tests (Jakarta)
runs-on: ubuntu-latest
needs: build
timeout-minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-sync-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: ./.github/actions/build-keycloak-client

client-tests:
name: Client tests (Jakarta, JEE)
name: Client tests (Jakarta)
runs-on: ubuntu-latest
needs: build
timeout-minutes: 30
Expand Down

0 comments on commit 9bf9504

Please sign in to comment.