File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 # Run workflow only on main repo
11- if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
11+ if : ${{ github.repository == 'Winds-Studio/Leaf' }}
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Leaf repository
Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 # Run workflow only on main repo
11- if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
11+ if : ${{ github.repository == 'Winds-Studio/Leaf' }}
1212 runs-on : blacksmith-8vcpu-ubuntu-2204
1313 env :
1414 BUILD_NUMBER : ${{ github.run_number }}
Original file line number Diff line number Diff line change 77jobs :
88 build :
99 # Run workflow only on main repo
10- if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
10+ if : ${{ github.repository == 'Winds-Studio/Leaf' }}
1111 runs-on : blacksmith-8vcpu-ubuntu-2204
1212 env :
1313 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 77jobs :
88 build :
99 # Run workflow only on main repo
10- if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
10+ if : ${{ github.repository == 'Winds-Studio/Leaf' }}
1111 runs-on : ubuntu-latest
1212 env :
1313 BUILD_NUMBER : ${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments