Skip to content

Commit

Permalink
Remove check for now (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxushka authored Oct 13, 2023
1 parent d84993f commit bf8bcee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:

build-android:
needs: check
if: needs.check.outputs.found == 'false' && github.event_name == 'push' || github.event_name == 'pull_request'
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -40,7 +39,6 @@ jobs:

build-windows:
needs: check
if: needs.check.outputs.found == 'false' && github.event_name == 'push' || github.event_name == 'pull_request'
runs-on: windows-latest
defaults:
run:
Expand Down Expand Up @@ -68,7 +66,6 @@ jobs:

build-linux:
needs: check
if: needs.check.outputs.found == 'false' && github.event_name == 'push' || github.event_name == 'pull_request'
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -95,7 +92,6 @@ jobs:

build-linux-legacy:
needs: check
if: needs.check.outputs.found == 'false' && github.event_name == 'push' || github.event_name == 'pull_request'
runs-on: ubuntu-20.04
defaults:
run:
Expand All @@ -116,7 +112,6 @@ jobs:

build-macos:
needs: check
if: needs.check.outputs.found == 'false' && github.event_name == 'push' || github.event_name == 'pull_request'
runs-on: macos-latest
defaults:
run:
Expand Down

0 comments on commit bf8bcee

Please sign in to comment.