;ci: run the heavy all-ghcs CI for all pushes, for now
This commit is contained in:
		
							parent
							
								
									4c611f101c
								
							
						
					
					
						commit
						de2f99c731
					
				
							
								
								
									
										4
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/linux.yml
									
									
									
									
										vendored
									
									
								
							| @ -2,7 +2,7 @@ | |||||||
| # run functional tests, with all supported GHC versions. | # run functional tests, with all supported GHC versions. | ||||||
| # | # | ||||||
| # Runs: periodically, on notable pull request to master, and on | # Runs: periodically, on notable pull request to master, and on | ||||||
| # notable push to ci-linux. | # notable push to master or ci-linux. | ||||||
| 
 | 
 | ||||||
| name: linux / pull request CI | name: linux / pull request CI | ||||||
| 
 | 
 | ||||||
| @ -25,7 +25,7 @@ on: | |||||||
|       - '!**.info' |       - '!**.info' | ||||||
|       - '!**.txt' |       - '!**.txt' | ||||||
|   push: |   push: | ||||||
|     branches: [ ci-linux ] |     branches: [ master, ci-linux ] | ||||||
|     paths: |     paths: | ||||||
|       - '.github/workflows/linux.yml' |       - '.github/workflows/linux.yml' | ||||||
|       - 'stack*' |       - 'stack*' | ||||||
|  | |||||||
							
								
								
									
										3
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/push.yml
									
									
									
									
										vendored
									
									
								
							| @ -2,12 +2,13 @@ | |||||||
| # using less compute power and emitting less carbon. | # using less compute power and emitting less carbon. | ||||||
| # | # | ||||||
| # Runs: on notable (eg, not just doc files) push to master. | # 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: [ ] | ||||||
|     paths: |     paths: | ||||||
|       - '.github/workflows/push.yml' |       - '.github/workflows/push.yml' | ||||||
|       - 'stack*.yaml' |       - 'stack*.yaml' | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user