👷 Rename workflows

This commit is contained in:
Nikhil Badyal
2022-10-13 22:32:18 +05:30
parent 851cb9df07
commit 7cae2301d4
4 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: Build Revanced APK
name: Build & Release
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
+1 -4
View File
@@ -1,4 +1,4 @@
name: Build Revanced APK
name: Build & Upload
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
@@ -8,9 +8,6 @@ on:
ENVS:
required: false
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build-apk:
name: APK Build
+1 -1
View File
@@ -1,4 +1,4 @@
name: "CodeQL"
name: CodeQL Analysis
on:
workflow_dispatch:
-3
View File
@@ -8,9 +8,6 @@ on:
workflow_call:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
linter: