We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76d376 commit 573f229Copy full SHA for 573f229
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ env:
16
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
17
jobs:
18
maven-package:
19
- if: github.repository_owner == 'entur' && !contains(github.event.head_commit.message, 'ci skip')
+ if: github.event.pull_request.head.repo.fork == false && !contains(github.event.head_commit.message, 'ci skip')
20
runs-on: ubuntu-24.04
21
steps:
22
- uses: actions/checkout@v4
0 commit comments