Skip to content

Commit

Permalink
Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Jan 16, 2025
1 parent 676afe8 commit 4b1fe8e
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,14 @@
name: CI Pipeline

on:
workflow_dispatch:
push:
branches-ignore:
- gh-pages
- p4-integ*
- last-p4-*
pull_request:
types:
- opened
- committed
branches:
- '*'

env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false

jobs:
dump:
runs-on: ubuntu-latest
Expand All @@ -35,17 +27,17 @@ jobs:
shell: bash
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

build:
name: CI Build - Linux
name: Parallel Build - Linux
uses: ./.github/workflows/build.yaml
with:
runner: ubuntu-latest
jdk: 21

# windows:
# name: CI Build - Windows
# uses: ./.github/workflows/build.yaml
# name: Parallel Build - Windows
# uses: ./.github/workflows/ci.yaml
# with:
# runner: windows-latest
# jdk: 21
Expand All @@ -58,7 +50,7 @@ jobs:
jdk: 21

deploy:
if: github.repository == 'thegridman/coherence' && (github.ref_name == 'main' || startsWith(github.ref_name, 'v1') || startsWith(github.ref_name, 'v2') || startsWith(github.ref_name, 'v3'))
if: github.repository_owner == 'oracle' && (github.ref_name == 'main' || startsWith(github.ref_name, 'v1') || startsWith(github.ref_name, 'v2') || startsWith(github.ref_name, 'v3'))
name: Deploy Snapshot
uses: ./.github/workflows/deploy-snapshots.yaml
with:
Expand Down

0 comments on commit 4b1fe8e

Please sign in to comment.