👷 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: env:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1 COMPOSE_DOCKER_CLI_BUILD: 1
+1 -4
View File
@@ -1,4 +1,4 @@
name: Build Revanced APK name: Build & Upload
env: env:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1 COMPOSE_DOCKER_CLI_BUILD: 1
@@ -8,9 +8,6 @@ on:
ENVS: ENVS:
required: false required: false
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs: jobs:
build-apk: build-apk:
name: APK Build name: APK Build
+1 -1
View File
@@ -1,4 +1,4 @@
name: "CodeQL" name: CodeQL Analysis
on: on:
workflow_dispatch: workflow_dispatch:
-3
View File
@@ -8,9 +8,6 @@ on:
workflow_call: workflow_call:
workflow_dispatch: workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs: jobs:
linter: linter: