Skip to content

Commit bbda765

Browse files
authored
fix(nighly): Avoid forks (#12396)
1 parent 96a7cb4 commit bbda765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-nightly-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
nightly-build-dev:
1616
uses: ./.github/workflows/release-x-nightly.yml
17+
if: github.repository == 'DefectDojo/django-DefectDojo' # Build (and try to push) fails in forks
1718
with:
1819
branch-to-build: 'dev'
1920
tag-to-apply: 'nightly-dev'

0 commit comments

Comments
 (0)