1
.github/workflows/build-test-debug.yml
vendored
1
.github/workflows/build-test-debug.yml
vendored
@@ -26,6 +26,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.actor != 'PJBot'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
|
|||||||
1
.github/workflows/build-test-release.yml
vendored
1
.github/workflows/build-test-release.yml
vendored
@@ -26,6 +26,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.actor != 'PJBot'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
|
|||||||
1
.github/workflows/conflict-labeler.yml
vendored
1
.github/workflows/conflict-labeler.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Label:
|
Label:
|
||||||
|
if: github.actor != 'PJBot'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check for Merge Conflicts
|
- name: Check for Merge Conflicts
|
||||||
|
|||||||
1
.github/workflows/labeler-pr.yml
vendored
1
.github/workflows/labeler-pr.yml
vendored
@@ -5,6 +5,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
labeler:
|
labeler:
|
||||||
|
if: github.actor != 'PJBot'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v3
|
- uses: actions/labeler@v3
|
||||||
|
|||||||
1
.github/workflows/test-packaging.yml
vendored
1
.github/workflows/test-packaging.yml
vendored
@@ -26,6 +26,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.actor != 'PJBot'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
1
.github/workflows/validate-rgas.yml
vendored
1
.github/workflows/validate-rgas.yml
vendored
@@ -3,6 +3,7 @@ on: [pull_request, push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
yaml-schema-validation:
|
yaml-schema-validation:
|
||||||
|
if: github.actor != 'PJBot'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
1
.github/workflows/yaml-linter.yml
vendored
1
.github/workflows/yaml-linter.yml
vendored
@@ -4,6 +4,7 @@ on: [pull_request, push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: github.actor != 'PJBot'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user