Skip to content

Commit 573f229

Browse files
authored
Update deploy.yml
1 parent d76d376 commit 573f229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
1717
jobs:
1818
maven-package:
19-
if: github.repository_owner == 'entur' && !contains(github.event.head_commit.message, 'ci skip')
19+
if: github.event.pull_request.head.repo.fork == false && !contains(github.event.head_commit.message, 'ci skip')
2020
runs-on: ubuntu-24.04
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)