forked from JOJ/Joint-Teapot
		
	ci: fix condition
This commit is contained in:
		
							parent
							
								
									89c88dfc61
								
							
						
					
					
						commit
						f0343dc88f
					
				
							
								
								
									
										2
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -10,7 +10,7 @@ on: | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   analyze: |   analyze: | ||||||
|     if: ${{ env.GITEA_ACTIONS != 'true' }} |     if: env.GITEA_ACTIONS != 'true' | ||||||
|     name: Analyze |     name: Analyze | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     permissions: |     permissions: | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/mkdocs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mkdocs.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -5,7 +5,7 @@ on: | ||||||
|       - master |       - master | ||||||
| jobs: | jobs: | ||||||
|   deploy: |   deploy: | ||||||
|     if: ${{ env.GITEA_ACTIONS != 'true' }} |     if: env.GITEA_ACTIONS != 'true' | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v2 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/python-package.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/python-package.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -7,7 +7,7 @@ on: [ push ] | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|     if: ${{ env.GITEA_ACTIONS != 'true' }} |     if: env.GITEA_ACTIONS != 'true' | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v2 |     - uses: actions/checkout@v2 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user