👷 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
-2
View File
@@ -1,12 +1,10 @@
name: Build Revanced APK
# Enable Buildkit and let compose use it to speed up image building
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
HAVE_TELEGRAM_API_ID: ${{ secrets.TELEGRAM_API_ID != '' }}
on:
workflow_dispatch:
workflow_call:
concurrency:
group: ${{ github.head_ref || github.run_id }}
-33
View File
@@ -1,14 +1,3 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
on:
@@ -28,40 +17,18 @@ jobs:
fail-fast: false
matrix:
language: [ 'python' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
# ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
-1
View File
@@ -1,6 +1,5 @@
name: Linter
# Enable Buildkit and let compose use it to speed up image building
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
+3 -5
View File
@@ -1,16 +1,14 @@
name: Run Checks for PR
# Enable Buildkit and let compose use it to speed up image building
name: PR Checks
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
on:
workflow_dispatch:
pull_request:
paths-ignore:
- '*.md'
jobs:
linter:
linter-pr-check:
uses: ./.github/workflows/linter.yml
build-apk:
build-apk-pr-check:
uses: ./.github/workflows/build-apk-artifact.yml
@@ -1,12 +1,9 @@
# Run pre-commit autoupdate every day at midnight
# and create a pull request if any changes
name: Pre-commit auto-update
name: Pre-commit update Checker
on:
schedule:
- cron: "15 2 * * *"
workflow_dispatch: # to trigger manually
workflow_dispatch:
permissions:
contents: read
@@ -1,7 +1,7 @@
name: Telegram Upload
on:
workflow_dispatch: # to trigger manually
workflow_dispatch:
jobs:
tg-upload:
+1 -1
View File
@@ -5,7 +5,7 @@ on:
workflows: [ "Build Revanced APK" ]
types:
- completed
workflow_dispatch: # to trigger manually
workflow_dispatch:
jobs:
virustotal: