mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	CI: limit CI runs to citra-emu/citra
This commit is contained in:
		
							parent
							
								
									cbe1a4f50d
								
							
						
					
					
						commit
						d49c946134
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/publish.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/publish.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -17,7 +17,7 @@ on: | ||||||
| jobs: | jobs: | ||||||
|   nightly: |   nightly: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     if: ${{ github.event.inputs.nightly != 'false' }} |     if: ${{ github.event.inputs.nightly != 'false' && github.repository == 'citra-emu/citra' }} | ||||||
|     steps: |     steps: | ||||||
|       # this checkout is required to make sure the GitHub Actions scripts are available |       # this checkout is required to make sure the GitHub Actions scripts are available | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v2 | ||||||
|  | @ -59,7 +59,7 @@ jobs: | ||||||
|             tagAndPush(github, context.repo.owner, `${context.repo.repo}-nightly`, execa); |             tagAndPush(github, context.repo.owner, `${context.repo.repo}-nightly`, execa); | ||||||
|   canary: |   canary: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     if: ${{ github.event.inputs.canary != 'false' }} |     if: ${{ github.event.inputs.canary != 'false' && github.repository == 'citra-emu/citra' }} | ||||||
|     steps: |     steps: | ||||||
|       # this checkout is required to make sure the GitHub Actions scripts are available |       # this checkout is required to make sure the GitHub Actions scripts are available | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v2 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue