Skip to content

Commit

Permalink
[skip post] workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
HChenX committed May 25, 2024
1 parent c6d47fc commit ade64f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
- name: Build with Gradle (Canary)
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
shell: bash
run: ./gradlew assembleCanary
run: |
./gradlew assembleCanary
echo "IS_DEBUG=false" >> $GITHUB_ENV
- name: Build with Gradle (Debug)
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit ade64f6

Please sign in to comment.