Skip to content

Commit

Permalink
temporarily disable actions to test quickly
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Aug 9, 2023
1 parent 950e4d7 commit 9849e98
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 73 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-backporting.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Pull Request Backporting

on:
pull_request_target:
types: [closed, labeled]
on: []
#on:
# pull_request_target:
# types: [closed, labeled]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
27 changes: 14 additions & 13 deletions .github/workflows/pr-downstream-full.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: Full downstream build

on:
pull_request:
types: [labeled]
branches:
- main
paths-ignore:
- 'LICENSE'
- '**/.gitignore'
- '**.md'
- '**.adoc'
- '*.txt'
- 'docsimg/**'
- '.ci/jenkins/**'
on: []
#on:
# pull_request:
# types: [labeled]
# branches:
# - main
# paths-ignore:
# - 'LICENSE'
# - '**/.gitignore'
# - '**.md'
# - '**.adoc'
# - '*.txt'
# - 'docsimg/**'
# - '.ci/jenkins/**'

jobs:
build-chain:
Expand Down
23 changes: 12 additions & 11 deletions .github/workflows/pr-downstream.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Kogito Downstream

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'LICENSE'
- '**/.gitignore'
- '**.md'
- '**.adoc'
- '*.txt'
- 'docsimg/**'
- '.ci/jenkins/**'
on: []
#on:
# pull_request:
# types: [opened, synchronize, reopened, ready_for_review]
# paths-ignore:
# - 'LICENSE'
# - '**/.gitignore'
# - '**.md'
# - '**.adoc'
# - '*.txt'
# - 'docsimg/**'
# - '.ci/jenkins/**'

jobs:
kogito-downstream-build:
Expand Down
23 changes: 12 additions & 11 deletions .github/workflows/pr-drools-ansible.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Drools Ansible RuleBook Integration Check

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'LICENSE'
- '**/.gitignore'
- '**.md'
- '**.adoc'
- '*.txt'
- 'docsimg/**'
- '.ci/jenkins/**'
on: []
#on:
# pull_request:
# types: [opened, synchronize, reopened, ready_for_review]
# paths-ignore:
# - 'LICENSE'
# - '**/.gitignore'
# - '**.md'
# - '**.adoc'
# - '*.txt'
# - 'docsimg/**'
# - '.ci/jenkins/**'

jobs:
drools-ansible:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/pr-drools-docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Drools Docs

on:
pull_request:
paths:
- 'drools-docs/**'
- '.github/workflows/drools-docs-pr.yml'
on: []
#on:
# pull_request:
# paths:
# - 'drools-docs/**'
# - '.github/workflows/drools-docs-pr.yml'

jobs:
drools-build:
Expand Down
23 changes: 12 additions & 11 deletions .github/workflows/pr-drools.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Drools

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'LICENSE'
- '**/.gitignore'
- '**.md'
- '**.adoc'
- '*.txt'
- 'docsimg/**'
- '.ci/jenkins/**'
on: []
#on:
# pull_request:
# types: [opened, synchronize, reopened, ready_for_review]
# paths-ignore:
# - 'LICENSE'
# - '**/.gitignore'
# - '**.md'
# - '**.adoc'
# - '*.txt'
# - 'docsimg/**'
# - '.ci/jenkins/**'

jobs:
drools-build:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/pr-jenkins.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Jenkins Tests
on:
pull_request:
paths:
- '.ci/jenkins/**'
- '.github/workflows/jenkins-tests-PR.yml'
on: []
#on:
# pull_request:
# paths:
# - '.ci/jenkins/**'
# - '.github/workflows/jenkins-tests-PR.yml'

jobs:
dsl-tests:
Expand Down
29 changes: 15 additions & 14 deletions .github/workflows/pr-optaplanner.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Tests RHBOP productized profile builds on PRs
name: Optaplanner Downstream

on:
pull_request:
types: [opened, synchronize, reopened, labeled]
branches:
- main
- 8.*
paths-ignore:
- 'LICENSE*'
- '.gitignore'
- '**.md'
- '**.adoc'
- '*.txt'
- 'docsimg/**'
- '.ci/jenkins/**'
on: []
#on:
# pull_request:
# types: [opened, synchronize, reopened, labeled]
# branches:
# - main
# - 8.*
# paths-ignore:
# - 'LICENSE*'
# - '.gitignore'
# - '**.md'
# - '**.adoc'
# - '*.txt'
# - 'docsimg/**'
# - '.ci/jenkins/**'

defaults:
run:
Expand Down

0 comments on commit 9849e98

Please sign in to comment.