Update maintainers list in workflow
This commit is contained in:
parent
d4b2f2167a
commit
de7289221b
4 changed files with 8 additions and 8 deletions
2
.github/workflows/analysis.yml
vendored
2
.github/workflows/analysis.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
run_linters:
|
||||
name: Script linters
|
||||
runs-on: ubuntu-18.04
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,krcroft,ant-222', github.actor) == false
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,kcgen,ant-222', github.actor) == false
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
|
|
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
build_ubuntu:
|
||||
name: ${{ matrix.conf.name }}
|
||||
runs-on: ${{ matrix.conf.os }}
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,krcroft,ant-222', github.actor) == false
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,kcgen,ant-222', github.actor) == false
|
||||
strategy:
|
||||
matrix:
|
||||
conf:
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
build_linux_release_dynamic:
|
||||
name: Release build (dynamic)
|
||||
runs-on: ubuntu-16.04
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,krcroft,ant-222', github.actor) == false
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,kcgen,ant-222', github.actor) == false
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: sudo apt-get update
|
||||
|
|
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
build_macos:
|
||||
name: ${{ matrix.conf.name }}
|
||||
runs-on: macos-latest
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,krcroft,ant-222', github.actor) == false
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,kcgen,ant-222', github.actor) == false
|
||||
strategy:
|
||||
matrix:
|
||||
conf:
|
||||
|
@ -54,7 +54,7 @@ jobs:
|
|||
build_macos_release:
|
||||
name: Release build
|
||||
runs-on: macos-latest
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,krcroft,ant-222', github.actor) == false
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,kcgen,ant-222', github.actor) == false
|
||||
env:
|
||||
CC: ccache clang
|
||||
CXX: ccache clang++
|
||||
|
|
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
build_windows_msys2:
|
||||
name: ${{ matrix.conf.compiler }} ${{ matrix.conf.bits }}-bit
|
||||
runs-on: windows-latest
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,krcroft,ant-222', github.actor) == false
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,kcgen,ant-222', github.actor) == false
|
||||
strategy:
|
||||
# Because Clang depends on GCC, we run the Clang-32/64bit jobs
|
||||
# first to create combined caches that include both Clang and GCC.
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
build_windows_vs:
|
||||
name: MSVC 32-bit
|
||||
runs-on: windows-latest
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,krcroft,ant-222', github.actor) == false
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,kcgen,ant-222', github.actor) == false
|
||||
strategy:
|
||||
matrix:
|
||||
type: [Debug]
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
|||
build_windows_vs_release:
|
||||
name: Release build
|
||||
runs-on: windows-latest
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,krcroft,ant-222', github.actor) == false
|
||||
if: github.event_name != 'pull_request' || contains('dreamer,kcgen,ant-222', github.actor) == false
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install packages
|
||||
|
|
Loading…
Add table
Reference in a new issue