ci: add concurrency check
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>master
							parent
							
								
									2400718d81
								
							
						
					
					
						commit
						b91c9a22f4
					
				|  | @ -1,5 +1,9 @@ | |||
| name: build | ||||
| 
 | ||||
| concurrency: | ||||
|   group: ${{ github.workflow }}-${{ github.ref }} | ||||
|   cancel-in-progress: true | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     branches: | ||||
|  |  | |||
|  | @ -1,5 +1,9 @@ | |||
| name: CodeQL | ||||
| 
 | ||||
| concurrency: | ||||
|   group: ${{ github.workflow }}-${{ github.ref }} | ||||
|   cancel-in-progress: true | ||||
| 
 | ||||
| on: | ||||
|   schedule: | ||||
|     - cron: '0 12 * * 6' | ||||
|  |  | |||
|  | @ -1,5 +1,9 @@ | |||
| name: conformance | ||||
| 
 | ||||
| concurrency: | ||||
|   group: ${{ github.workflow }}-${{ github.ref }} | ||||
|   cancel-in-progress: true | ||||
| 
 | ||||
| on: | ||||
|   pull_request: | ||||
|   push: | ||||
|  |  | |||
|  | @ -1,5 +1,9 @@ | |||
| name: e2e | ||||
| 
 | ||||
| concurrency: | ||||
|   group: ${{ github.workflow }}-${{ github.ref }} | ||||
|   cancel-in-progress: true | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     branches: | ||||
|  |  | |||
|  | @ -1,5 +1,9 @@ | |||
| name: FOSSA License Scanning | ||||
| 
 | ||||
| concurrency: | ||||
|   group: ${{ github.workflow }}-${{ github.ref }} | ||||
|   cancel-in-progress: true | ||||
| 
 | ||||
| on: | ||||
|   - pull_request | ||||
|   - push | ||||
|  |  | |||
|  | @ -1,5 +1,9 @@ | |||
| name: validate | ||||
| 
 | ||||
| concurrency: | ||||
|   group: ${{ github.workflow }}-${{ github.ref }} | ||||
|   cancel-in-progress: true | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     branches: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue