We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de76e9 commit 8e530baCopy full SHA for 8e530ba
.github/workflows/ci-cd.yml
@@ -7,9 +7,8 @@ on:
7
8
jobs:
9
build:
10
-
+ if: github.repository == 'rht-labs/open-management-portal-git-api'
11
runs-on: ubuntu-latest
12
13
steps:
14
- uses: actions/checkout@v2
15
- name: Set up JDK
.github/workflows/pull-request-checks.yml
@@ -1,13 +1,15 @@
1
name: PR check
2
3
on:
4
-- pull_request
+ pull_request:
5
+ paths-ignore:
6
+ - deployment/**
+ - development/**
+ - .vscode/**
0 commit comments