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 a0ddf07 commit 0589d13Copy full SHA for 0589d13
.github/workflows/maven.yml
@@ -79,6 +79,9 @@ jobs:
79
build:
80
name: fail-fast-build
81
runs-on: ubuntu-latest
82
+ # execute on any push or pull request from forked repo
83
+ if: github.event_name == 'push' || ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork )
84
+
85
steps:
86
- name: Checkout
87
uses: actions/checkout@v4
0 commit comments