File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10+ # Run workflow only on main repo
11+ if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
1012 runs-on : ubuntu-latest
1113 steps :
1214 - name : Checkout Leaf repository
Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10+ # Run workflow only on main repo
11+ if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
1012 runs-on : blacksmith-8vcpu-ubuntu-2204
1113 env :
1214 BUILD_NUMBER : ${{ github.run_number }}
Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9+ # Run workflow only on main repo
10+ if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
911 runs-on : blacksmith-8vcpu-ubuntu-2204
1012 env :
1113 GRAALVM_ARGS : " -Dgraal.CompilerConfiguration=enterprise -Dgraal.UsePriorityInlining=true -Dgraal.Vectorization=true -Dgraal.OptDuplication=true --add-modules jdk.incubator.vector"
Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9+ # Run workflow only on main repo
10+ if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
911 runs-on : ubuntu-latest
1012 env :
1113 BUILD_NUMBER : ${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments