diff --git a/.github/workflows/deploy-PROD.yml b/.github/workflows/deploy-PROD.yml index 03f20315..ad5c77f7 100644 --- a/.github/workflows/deploy-PROD.yml +++ b/.github/workflows/deploy-PROD.yml @@ -27,7 +27,7 @@ jobs: name: Deploy Docker Image - PROD # Set the agent to run on runs-on: ubuntu-latest - # Only run this + # Only run this on the main repo if: github.repository == 'github/super-linter' ################## # Load all steps #