From 63f0875000bf90867aa7c76a831bd834cb7d4b5e Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 2 Nov 2024 15:41:48 +0200 Subject: [PATCH] Removed if in ci --- .github/workflows/linux.yml | 1 - .github/workflows/macos.yml | 1 - .github/workflows/windows.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8070a819..fdd84a2c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,7 +11,6 @@ jobs: # ----------------------------------------------------------------------- build: runs-on: ubuntu-latest - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened') defaults: run: shell: bash diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4318cabc..60e9e745 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -8,7 +8,6 @@ permissions: jobs: build: runs-on: macOS-latest - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened') name: "macOS Clang (C++11, Release)" steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f5c00409..710e4090 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,6 @@ permissions: jobs: build: runs-on: windows-latest - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened') strategy: fail-fast: true matrix: