Only run deploy to Docker on original repo and not forks

This commit is contained in:
Barry 2020-08-10 23:55:52 +01:00
parent 184fa681e7
commit fe72e27641

View file

@ -27,6 +27,8 @@ jobs:
name: Deploy Docker Image - PROD
# Set the agent to run on
runs-on: ubuntu-latest
# Only run this
if: github.repository == 'github/super-linter'
##################
# Load all steps #
##################