mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Merge branch 'master' into dev
This commit is contained in:
		
							
								
								
									
										11
									
								
								.github/workflows/ansible.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/ansible.yml
									
									
									
									
										vendored
									
									
								
							| @@ -7,13 +7,20 @@ jobs: | ||||
|   # https://molecule.readthedocs.io/en/latest/ci.html#github-actions | ||||
|   test: | ||||
|     runs-on: ubuntu-latest | ||||
|     # https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#github-context | ||||
|     if: github.event_name == 'pull_request' || (github.event_name == 'push' && contains(github.ref, 'refs/heads/')) | ||||
|     steps: | ||||
|       - name: Check out the codebase | ||||
|         uses: actions/checkout@v2 | ||||
|         if: github.event_name != 'pull_request' | ||||
|         with: | ||||
|           path: "${{ github.repository }}" | ||||
|       - name: Check out the codebase | ||||
|         uses: actions/checkout@v2 | ||||
|         if: github.event_name == 'pull_request' | ||||
|         with: | ||||
|           # merge commit is not available from tree at this point in time | ||||
|           # https://github.com/actions/checkout#checkout-pull-request-head-commit-instead-of-merge-commit | ||||
|           ref: "${{ github.event.pull_request.head.sha }}" | ||||
|           path: "${{ github.repository }}" | ||||
|       - name: Set up Python | ||||
|         uses: actions/setup-python@v2 | ||||
|       - name: Set up Docker | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler