Skip to content

Commit

Permalink
Merge pull request #3159 from HannesWell/upload-event-file-once
Browse files Browse the repository at this point in the history
[Build] Run upload event file job always only once
  • Loading branch information
cdietrich authored Aug 16, 2024
2 parents 79eec61 + 4055a0a commit 59ee406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
path: '**/target/**/*.log'
event_file:
name: "Upload Event File"
if: github.event_name != 'pull_request' || github.event.pull_request.base.repo.clone_url != github.event.pull_request.head.repo.clone_url
runs-on: ubuntu-latest
steps:
- name: Upload
Expand Down

0 comments on commit 59ee406

Please sign in to comment.