Skip to content

Commit

Permalink
remove temporary if: false for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Feb 10, 2024
1 parent 724200b commit dab51a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ env:

jobs:
macos:
if: false
runs-on: ${{ fromJson('{"macos":"macos-11","ios":"macos-11","iosSim":"macos-11","tvos":"macos-13","tvosSim":"macos-13"}')[matrix.target] }}
strategy:
matrix:
Expand Down Expand Up @@ -48,7 +47,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

linux:
if: false
runs-on: ubuntu-latest
container: ubuntu:20.04
strategy:
Expand Down Expand Up @@ -76,7 +74,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

linux-wasm:
if: false
runs-on: ubuntu-latest
container: ubuntu:20.04
strategy:
Expand Down Expand Up @@ -104,7 +101,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

linux-android:
if: false
runs-on: ubuntu-latest
container: ubuntu:20.04
strategy:
Expand Down Expand Up @@ -137,7 +133,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

linux-arm64:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit dab51a9

Please sign in to comment.