Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Jul 16, 2023
1 parent 6d07dd8 commit 01661a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ concurrency:

jobs:
linux:
if: ${{ github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -92,7 +91,6 @@ jobs:
name: linux_${{ matrix.compiler }}_v${{ matrix.version }}_${{ matrix.bits }}_${{ matrix.edition }}

macos:
if: ${{ github.event_name == 'merge_group' }}
runs-on: macos-latest
strategy:
matrix:
Expand Down Expand Up @@ -159,7 +157,6 @@ jobs:
name: macos_${{ matrix.compiler }}_v${{ matrix.version }}_${{ matrix.bits }}_${{ matrix.target }}

windows:
if: ${{ github.event_name == 'merge_group' }}
runs-on: windows-latest
strategy:
matrix:
Expand Down Expand Up @@ -212,7 +209,6 @@ jobs:
# ----------------------------------------------------------------------------

android:
if: ${{ github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -239,7 +235,6 @@ jobs:
name: ${{ matrix.target }}

s390x-gcc:
if: ${{ github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -274,7 +269,6 @@ jobs:
# ----------------------------------------------------------------------------

default:
if: ${{ github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 01661a9

Please sign in to comment.