mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
Only run deploy to Docker on original repo and not forks
This commit is contained in:
parent
184fa681e7
commit
fe72e27641
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy-PROD.yml
vendored
2
.github/workflows/deploy-PROD.yml
vendored
|
@ -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 #
|
||||
##################
|
||||
|
|
Loading…
Reference in a new issue