Skip to content

Commit 3f602e6

Browse files
authored
Update build-pr-jar.yml
1 parent 5d7f8dc commit 3f602e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-pr-jar.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ env:
88
MODULE_REGEX: "surf-api-bukkit-server.*-all\\.jar$|surf-api-velocity-server.*-all\\.jar$|surf-api-standalone-server.*-all\\.jar$"
99

1010
jobs:
11-
build:
11+
build_pr:
1212
# Only proceed when the PR contains the label `build-pr-jar`
1313
if: contains(github.event.pull_request.labels.*.name, 'build-pr-jar')
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- name: Collect workflow telemetry
18-
uses: catchpoint/workflow-telemetry-action@v2
19-
2017
- name: Check out repository
2118
uses: actions/checkout@v4
2219
with:

0 commit comments

Comments
 (0)