👷 Updated CI Job Names

This commit is contained in:
Nikhil Badyal
2022-10-03 00:12:32 +05:30
parent c705f8d3f4
commit d56bc61c8b
8 changed files with 9 additions and 52 deletions
+2 -4
View File
@@ -1,17 +1,15 @@
name: Build Revanced APK for PR
# Enable Buildkit and let compose use it to speed up image building
name: Build Artifacts PR
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
on:
workflow_dispatch:
workflow_call:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build-apk:
build-apk-pr:
name: APK Build
runs-on: ubuntu-latest
timeout-minutes: 20