Skip to content

Commit b7b8282

Browse files
authored
Merge pull request #1043 from the-thing/disable-worksflows
Disable running nightly build for forks
2 parents d6bdb01 + dd7c019 commit b7b8282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
release-snapshot:
13+
if: github.repository == 'quickfix-j/quickfixj'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)