parent
b0e965d066
commit
033e87aa3b
|
|
@ -26,6 +26,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.actor != 'PJBot'
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.actor != 'PJBot'
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
Label:
|
||||
if: github.actor != 'PJBot'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check for Merge Conflicts
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
labeler:
|
||||
if: github.actor != 'PJBot'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v3
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.actor != 'PJBot'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ on: [pull_request, push]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
if: github.actor != 'PJBot'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue