Delete .github/workflows/android.yml

pull/2172/head
Fioren 2023-12-25 07:43:49 +07:00 committed by GitHub
parent 3467cc98bc
commit 09307bcd7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
name: android
on:
push:
paths:
- Dockerfile.android
schedule:
- cron: '30 1 * * *'
permissions: read-all
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
with:
file: Dockerfile.android
context: .