parent
							
								
									cd5b71ec88
								
							
						
					
					
						commit
						f95c5e45bb
					
				|  | @ -5,10 +5,14 @@ on: | |||
|     branches: | ||||
|       - master | ||||
|       - "*-stable" | ||||
|     paths-ignore: | ||||
|       - "docs/**" | ||||
|   pull_request: | ||||
|     branches: | ||||
|       - master | ||||
|       - "*-stable" | ||||
|     paths-ignore: | ||||
|       - "docs/**" | ||||
| 
 | ||||
| jobs: | ||||
|   ci: | ||||
|  |  | |||
|  | @ -4,6 +4,8 @@ on: | |||
|   push: | ||||
|     branches: | ||||
|       - master | ||||
|     paths: | ||||
|       - "docs/**" | ||||
| 
 | ||||
| env: | ||||
|   RUBY_VERSION: 2.7 | ||||
|  |  | |||
|  | @ -34,12 +34,6 @@ name: Spell Check | |||
| #   For background, see: https://github.com/check-spelling/check-spelling/wiki/Feature:-Update-with-deploy-key | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     branches: | ||||
|       - master | ||||
|       - "*-stable" | ||||
|     tags-ignore: | ||||
|       - "**" | ||||
|   # Switch from `pull_request_target` event to reduce distraction from comments | ||||
|   # regarding errors reported in unmodified files. | ||||
|   pull_request: | ||||
|  |  | |||
|  | @ -1,15 +1,13 @@ | |||
| name: Third-Party Repository Profiling | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     branches: | ||||
|       - master | ||||
|   pull_request: | ||||
|     branches: | ||||
|       - master | ||||
| 
 | ||||
| jobs: | ||||
|   build_n_profile: | ||||
|     if: "!contains(github.event.commits[0].message, '[ci skip]')" | ||||
|     if: "contains(github.event.commits[0].message, '[3P Profile]')" | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     env: | ||||
|       BUNDLE_GEMFILE: "sandbox/Gemfile" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue