Skip to content

Commit

Permalink
disable normal build during debug
Browse files Browse the repository at this point in the history
  • Loading branch information
imsodin committed Jul 15, 2023
1 parent d86be42 commit 68d758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:
name: Debug Build
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && false
runs-on: ubuntu-latest
container: ghcr.io/syncthing/syncthing-android-builder
steps:
Expand Down

0 comments on commit 68d758c

Please sign in to comment.