;ci: push: re-enable the quick push workflow
This commit is contained in:
		
							parent
							
								
									08d7fe97f5
								
							
						
					
					
						commit
						28f25f5b2d
					
				
							
								
								
									
										13
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,17 +1,12 @@ | |||||||
| # Light CI tests: build and run functional tests with one GHC version, | # Quick tests for notable pushes to master, | ||||||
| # using less compute power and emitting less carbon. | # minimising compute power and carbon emissions. | ||||||
| # | # Builds incrementally and runs functional tests with one GHC version. | ||||||
| # Runs: on notable (eg, not just doc files) push to master. |  | ||||||
| # Currently disabled in favour of linux.yml. |  | ||||||
| 
 | 
 | ||||||
| name: push CI | name: push CI | ||||||
| 
 | 
 | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     # branches: [ master ] |     branches: [ master ] | ||||||
|     # disable this workflow: |  | ||||||
|     branches-ignore: |  | ||||||
|       - '**' |  | ||||||
|     paths: |     paths: | ||||||
|       - '.github/workflows/push.yml' |       - '.github/workflows/push.yml' | ||||||
|       - 'stack*.yaml' |       - 'stack*.yaml' | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user