Removed commented if conditions

This commit is contained in:
redtide 2023-08-25 12:47:27 +02:00
parent 917d4f51d6
commit aa1e0d1679
No known key found for this signature in database

View file

@ -21,7 +21,6 @@ env:
# working-directory: ${{ github.workspace }}
jobs:
clang_tidy:
# if: ${{ false }}
name: Clang Tidy
runs-on: ubuntu-20.04
steps:
@ -35,7 +34,6 @@ jobs:
run: ./scripts/run_clang_tidy.sh
build_for_linux:
# if: ${{ false }}
name: Linux Ubuntu 22.04
runs-on: ubuntu-22.04 # abseil (libabsl) is not available in 20.04 repository
steps:
@ -128,7 +126,6 @@ jobs:
# No custom Linux packages, build from sources or provided in distro
build_for_macos:
# if: ${{ false }}
name: macOS 11
runs-on: macos-11
env:
@ -202,7 +199,6 @@ jobs:
path: "${{ github.workspace }}/build/${{ env.install_name }}.pkg"
build_for_windows:
# if: ${{ false }}
name: Windows 2019
runs-on: windows-2019
strategy:
@ -271,7 +267,6 @@ jobs:
path: "${{ github.workspace }}/build/${{ env.install_name }}.exe"
archive_source_code:
# if: startsWith(github.ref, 'refs/tags/')
if: ${{ github.ref_type == 'tag' }}
name: Source code archive
runs-on: ubuntu-20.04
@ -349,7 +344,6 @@ jobs:
if: ${{ github.ref_type == 'tag' }}
runs-on: ubuntu-20.04
needs:
# - build_for_linux
- build_for_macos
# - build_for_mod
- build_for_windows