We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7f8dc commit 3f602e6Copy full SHA for 3f602e6
.github/workflows/build-pr-jar.yml
@@ -8,15 +8,12 @@ env:
8
MODULE_REGEX: "surf-api-bukkit-server.*-all\\.jar$|surf-api-velocity-server.*-all\\.jar$|surf-api-standalone-server.*-all\\.jar$"
9
10
jobs:
11
- build:
+ build_pr:
12
# Only proceed when the PR contains the label `build-pr-jar`
13
if: contains(github.event.pull_request.labels.*.name, 'build-pr-jar')
14
runs-on: ubuntu-latest
15
16
steps:
17
- - name: Collect workflow telemetry
18
- uses: catchpoint/workflow-telemetry-action@v2
19
-
20
- name: Check out repository
21
uses: actions/checkout@v4
22
with:
0 commit comments