ci: more consistent workflow names
This commit is contained in:
		
							parent
							
								
									e9594a93d4
								
							
						
					
					
						commit
						0c6575ee8a
					
				
							
								
								
									
										2
									
								
								.github/workflows/linux-arm32v7.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linux-arm32v7.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,4 +1,4 @@ | ||||
| name: build linux static arm32v7 | ||||
| name: linux-arm32v7 CI binaries | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/linux-x64.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linux-x64.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,4 +1,4 @@ | ||||
| name: build linux static x64 | ||||
| name: linux-x64 CI binaries | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,7 +4,7 @@ | ||||
| # using GHC 8.6, | ||||
| # and uploads a binaries artifact. | ||||
| 
 | ||||
| name: mac CI | ||||
| name: mac CI binaries | ||||
| 
 | ||||
| on: | ||||
|   schedule: | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/pull.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pull.yml
									
									
									
									
										vendored
									
									
								
							| @ -11,7 +11,7 @@ | ||||
| # This is the "master" workflow on which the others are based,  | ||||
| # with the most detailed notes. | ||||
| 
 | ||||
| name: pull CI | ||||
| name: pull request CI | ||||
| 
 | ||||
| on: | ||||
|   # Scheduled workflows run on the latest commit on the default or base branch. (master) | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,7 +4,7 @@ | ||||
| # See https://github.com/actions/create-release, still pretty rough as of 20200609. | ||||
| # see also: https://github.com/marketplace/actions/tag-release-on-push-action | ||||
| 
 | ||||
| name: release | ||||
| name: create release | ||||
| 
 | ||||
| # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags | ||||
| # also: "The action does not seem to work for tags created before the workflow." | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/windows.yml
									
									
									
									
										vendored
									
									
								
							| @ -3,7 +3,7 @@ | ||||
| # Builds all modules optimised on windows, | ||||
| # and uploads a binaries artifact. | ||||
| 
 | ||||
| name: windows CI | ||||
| name: windows CI binaries | ||||
| 
 | ||||
| on: | ||||
|   schedule: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user