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

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