Removed if in ci
This commit is contained in:
parent
5fd32e1a70
commit
63f0875000
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
@ -11,7 +11,6 @@ jobs:
|
|||||||
# -----------------------------------------------------------------------
|
# -----------------------------------------------------------------------
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened')
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@ -8,7 +8,6 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened')
|
|
||||||
name: "macOS Clang (C++11, Release)"
|
name: "macOS Clang (C++11, Release)"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -8,7 +8,6 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened')
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user