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: | on: | ||||||
|   push: |   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: | on: | ||||||
|   push: |   push: | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mac.yml
									
									
									
									
										vendored
									
									
								
							| @ -4,7 +4,7 @@ | |||||||
| # using GHC 8.6, | # using GHC 8.6, | ||||||
| # and uploads a binaries artifact. | # and uploads a binaries artifact. | ||||||
| 
 | 
 | ||||||
| name: mac CI | name: mac CI binaries | ||||||
| 
 | 
 | ||||||
| on: | on: | ||||||
|   schedule: |   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,  | # This is the "master" workflow on which the others are based,  | ||||||
| # with the most detailed notes. | # with the most detailed notes. | ||||||
| 
 | 
 | ||||||
| name: pull CI | name: pull request CI | ||||||
| 
 | 
 | ||||||
| on: | on: | ||||||
|   # Scheduled workflows run on the latest commit on the default or base branch. (master) |   # Scheduled workflows run on the latest commit on the default or base branch. (master) | ||||||
|  | |||||||
							
								
								
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,10 +1,10 @@ | |||||||
| # Runs on push of a [0-9]* or r[0-9]* tag (to any branch ?) | # Runs on push of a [0-9]* or r[0-9]* tag (to any branch ?)  | ||||||
| 
 | 
 | ||||||
| # Creates a draft github release. | # Creates a draft github release. | ||||||
| # See https://github.com/actions/create-release, still pretty rough as of 20200609. | # 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 | # 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 | # 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." | # 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, | # Builds all modules optimised on windows, | ||||||
| # and uploads a binaries artifact. | # and uploads a binaries artifact. | ||||||
| 
 | 
 | ||||||
| name: windows CI | name: windows CI binaries | ||||||
| 
 | 
 | ||||||
| on: | on: | ||||||
|   schedule: |   schedule: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user