diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml deleted file mode 100644 index a5133a94..00000000 --- a/.github/workflows/android.yml +++ /dev/null @@ -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: .