forked from oracle/coherence
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (30 loc) · 826 Bytes
/
pr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 2020, 2025, Oracle Corporation and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# http://oss.oracle.com/licenses/upl.
# ---------------------------------------------------------------------------
# Coherence CE GitHub Actions CI build.
# ---------------------------------------------------------------------------
name: Pull Request Build
on:
pull_request:
types:
- opened
- committed
branches-ignore:
- gh-pages
- p4-integ*
- last-p4-*
jobs:
build:
name: Parallel Build - Linux
uses: ./.github/workflows/build.yaml
secrets: inherit
with:
runner: ubuntu-latest
examples:
name: Examples Build
uses: ./.github/workflows/build-examples.yaml
secrets: inherit
with:
runner: ubuntu-latest