We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a7cb4 commit bbda765Copy full SHA for bbda765
1 file changed
.github/workflows/release-nightly-dev.yml
@@ -14,6 +14,7 @@ on:
14
jobs:
15
nightly-build-dev:
16
uses: ./.github/workflows/release-x-nightly.yml
17
+ if: github.repository == 'DefectDojo/django-DefectDojo' # Build (and try to push) fails in forks
18
with:
19
branch-to-build: 'dev'
20
tag-to-apply: 'nightly-dev'
0 commit comments