File tree Expand file tree Collapse file tree 11 files changed +14
-0
lines changed Expand file tree Collapse file tree 11 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 add-to-project :
10+ if : github.repository_owner == 'GameServerManagers'
1011 runs-on : ubuntu-latest
1112 steps :
1213 - name : Add to Project
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ concurrency:
1010
1111jobs :
1212 create-matrix :
13+ if : github.repository_owner == 'GameServerManagers'
1314 runs-on : ubuntu-latest
1415 outputs :
1516 matrix : ${{ steps.set-matrix.outputs.matrix }}
2829 echo -n "matrix=${shortnamearray}" >> $GITHUB_OUTPUT
2930
3031 details-check :
32+ if : github.repository_owner == 'GameServerManagers'
3133 needs : create-matrix
3234 continue-on-error : true
3335 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99
1010jobs :
1111 gitHub-to-bitbucket :
12+ if : github.repository_owner == 'GameServerManagers'
1213 runs-on : ubuntu-latest
1314 steps :
1415 - name : SSH Agent
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ permissions:
1111
1212jobs :
1313 issue-labeler :
14+ if : github.repository_owner == 'GameServerManagers'
1415 runs-on : ubuntu-latest
1516 steps :
1617 - name : Issue Labeler
2223 include-title : 1
2324
2425 is-sponsor-label :
26+ if : github.repository_owner == 'GameServerManagers'
2527 runs-on : ubuntu-latest
2628 steps :
2729 - name : Is Sponsor Label
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ permissions:
99
1010jobs :
1111 lock :
12+ if : github.repository_owner == 'GameServerManagers'
1213 runs-on : ubuntu-latest
1314 steps :
1415 - name : Lock Threads
Original file line number Diff line number Diff line change 55 - opened
66jobs :
77 potential-duplicates :
8+ if : github.repository_owner == 'GameServerManagers'
89 runs-on : ubuntu-latest
910 steps :
1011 - name : Potential Duplicates
Original file line number Diff line number Diff line change 55
66jobs :
77 serverlist-validate :
8+ if : github.repository_owner == 'GameServerManagers'
89 runs-on : ubuntu-latest
910 steps :
1011 - name : Checkout
Original file line number Diff line number Diff line change 66
77jobs :
88 trigger_build_docker-linuxgsm :
9+ if : github.repository_owner == 'GameServerManagers'
910 name : Trigger Build Docker LinuxGSM
1011 runs-on : ubuntu-latest
1112 steps :
1819 workflow_file_name : docker-publish.yml
1920
2021 trigger_build_docker-gameserver :
22+ if : github.repository_owner == 'GameServerManagers'
2123 name : Trigger Build Docker GameServer
2224 needs : trigger_build_docker-linuxgsm
2325 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ concurrency:
1010
1111jobs :
1212 update-check :
13+ if : github.repository_owner == 'GameServerManagers'
1314 continue-on-error : true
1415 runs-on : ubuntu-latest
1516
Original file line number Diff line number Diff line change 66
77jobs :
88 update-license-year :
9+ if : github.repository_owner == 'GameServerManagers'
910 runs-on : ubuntu-latest
1011 steps :
1112 - name : Checkout
You can’t perform that action at this time.
0 commit comments