Skip to content

Commit

Permalink
Don't run CI For PJBot (#13188)
Browse files Browse the repository at this point in the history
I have no idea what I'm doing
  • Loading branch information
metalgearsloth authored Dec 26, 2022
1 parent b0e965d commit 033e87a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:

jobs:
build:
if: github.actor != 'PJBot'
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:

jobs:
build:
if: github.actor != 'PJBot'
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conflict-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
Label:
if: github.actor != 'PJBot'
runs-on: ubuntu-latest
steps:
- name: Check for Merge Conflicts
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/labeler-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
labeler:
if: github.actor != 'PJBot'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:

jobs:
build:
if: github.actor != 'PJBot'
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-rgas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [pull_request, push]

jobs:
yaml-schema-validation:
if: github.actor != 'PJBot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/yaml-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [pull_request, push]

jobs:
build:
if: github.actor != 'PJBot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 033e87a

Please sign in to comment.