Skip to content

Commit 3b34479

Browse files
committed
fix GH Actions job names
1 parent ae10bbc commit 3b34479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ "master" ]
66

77
jobs:
8-
build_pr_30:
8+
build_pr:
99

1010
runs-on: ubuntu-latest
1111
strategy:

.github/workflows/maven-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ "master" ]
66

77
jobs:
8-
build_push_30:
8+
build_push:
99

1010
runs-on: ubuntu-latest
1111
strategy:

0 commit comments

Comments
 (0)