mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-30 02:07:04 +00:00 
			
		
		
		
	Do not sync demo in downstream repos (#9493)
This commit is contained in:
		
							parent
							
								
									16d3df620f
								
							
						
					
					
						commit
						c8e59aabed
					
				
							
								
								
									
										4
									
								
								.github/workflows/docker-unified.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker-unified.yml
									
									
									
									
										vendored
									
									
								
							| @ -911,13 +911,13 @@ jobs: | ||||
|       ] | ||||
|     steps: | ||||
|       - uses: aws-actions/configure-aws-credentials@v1 | ||||
|         if: ${{ needs.setup.outputs.publish != 'false' }} | ||||
|         if: ${{ needs.setup.outputs.publish != 'false' && github.repository_owner == 'datahub-project' && needs.setup.outputs.repository_name == 'datahub' }} | ||||
|         with: | ||||
|           aws-access-key-id: ${{ secrets.AWS_SQS_ACCESS_KEY_ID }} | ||||
|           aws-secret-access-key: ${{ secrets.AWS_SQS_ACCESS_KEY }} | ||||
|           aws-region: us-west-2 | ||||
|       - uses: isbang/sqs-action@v0.2.0 | ||||
|         if: ${{ needs.setup.outputs.publish != 'false' }} | ||||
|         if: ${{ needs.setup.outputs.publish != 'false' && github.repository_owner == 'datahub-project' && needs.setup.outputs.repository_name == 'datahub' }} | ||||
|         with: | ||||
|           sqs-url: ${{ secrets.DATAHUB_HEAD_SYNC_QUEUE }} | ||||
|           message: '{ "command": "git-sync", "args" : {"repoName": "${{ needs.setup.outputs.repository_name }}", "repoOrg": "${{ github.repository_owner }}", "repoBranch": "${{ needs.setup.outputs.branch_name }}", "repoShaShort": "${{ needs.setup.outputs.short_sha }}" }}' | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 noggi
						noggi