mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 17:21:01 +00:00
feat: added build skipper
This commit is contained in:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CI: true
|
||||
SKIP_BUILD: true
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
@@ -81,6 +82,7 @@ jobs:
|
||||
run: chmod +x ./gradlew
|
||||
|
||||
- name: Build with Gradle
|
||||
if: ${{ env.SKIP_BUILD != 'true' }}
|
||||
run: ./gradlew assembleGoogleAlpha
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
|
||||
Reference in New Issue
Block a user