mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Skip Github upload
This commit is contained in:
@@ -5,6 +5,12 @@ env:
|
|||||||
HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}
|
HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
SKIP_GITHUB_UPLOAD:
|
||||||
|
description: 'Should upload to GitHub'
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref || github.run_id }}
|
group: ${{ github.head_ref || github.run_id }}
|
||||||
@@ -41,6 +47,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
needs: build-apk
|
needs: build-apk
|
||||||
|
if: ${{ inputs.SKIP_GITHUB_UPLOAD }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download Already Built APKs
|
- name: Download Already Built APKs
|
||||||
|
|||||||
Reference in New Issue
Block a user