Don't run CI For PJBot (#13188)

I have no idea what I'm doing
This commit is contained in:
metalgearsloth
2022-12-27 10:37:57 +11:00
committed by GitHub
parent b0e965d066
commit 033e87aa3b
7 changed files with 7 additions and 0 deletions

View File

@@ -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]

View File

@@ -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]

View File

@@ -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

View File

@@ -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

View File

@@ -26,6 +26,7 @@ on:
jobs: jobs:
build: build:
if: github.actor != 'PJBot'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@@ -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

View File

@@ -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