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 5b21619 commit 2c982dbCopy full SHA for 2c982db
.github/workflows/build.yml
@@ -5,6 +5,7 @@ on:
5
- master
6
jobs:
7
maven-verify:
8
+ if: github.event.pull_request.head.repo.fork == true
9
runs-on: ubuntu-24.04
10
steps:
11
- uses: actions/checkout@v4
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ env:
16
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
17
18
maven-package:
19
- if: "!contains(github.event.head_commit.message, 'ci skip')"
+ if: github.repository_owner == 'entur' && !contains(github.event.head_commit.message, 'ci skip')
20
21
22
0 commit comments