diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index fa4cfdb9..9314b176 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -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: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3d6b7376..c1a108cf 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d69609fb..04afb8ee 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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++ diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e79537bc..6c106477 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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