Skip to content

Commit

Permalink
removed check for internal PRs
Browse files Browse the repository at this point in the history
see the comments in eclipse-xtext#3212
  • Loading branch information
LorenzoBettini committed Oct 7, 2024
1 parent c53c802 commit 3f13054
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

jobs:
build:
if: github.event_name != 'pull_request' || github.event.pull_request.base.repo.clone_url != github.event.pull_request.head.repo.clone_url
strategy:
matrix: # 'macos-14' is arm64
os: ['ubuntu-22.04', 'macos-14', 'windows-2022']
Expand Down Expand Up @@ -71,7 +70,6 @@ jobs:
path: '**/*.tests/target/**/*.log'

build-maven-artifacts:
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-22.04

steps:
Expand Down Expand Up @@ -115,7 +113,6 @@ 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 3f13054

Please sign in to comment.