Rename workflow

This commit is contained in:
Reckless_Satoshi 2022-10-20 06:30:44 -07:00
parent 04f45e4b87
commit 514c3fe90c
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
9 changed files with 13 additions and 9 deletions

View File

@ -1,4 +1,4 @@
name: Android Build
name: "Build: Android"
on:
workflow_dispatch:
workflow_call:

View File

@ -1,4 +1,4 @@
name: Client App Image CI/CD
name: "Docker: Client"
on:
workflow_dispatch:

View File

@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Analysis Client"
name: "CodeQL: Client"
on:
push:

View File

@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Analysis Coordinator"
name: "CodeQL: Coordinator"
on:
push:

View File

@ -1,4 +1,4 @@
name: Coodinator Image CI
name: "Docker: Coordinator"
on:
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: Django Tests
name: "Test: Coordinator"
on:
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: Frontend Test & Build
name: "Build: Frontend All Bundles"
on:
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: Lint
name: "Lint: Javascript Client"
on:
# Trigger the workflow on push or pull request,
@ -6,9 +6,13 @@ on:
push:
branches:
- main
paths:
- frontend
pull_request:
branches:
- main
paths:
- frontend
jobs:
run-linters:

View File

@ -1,4 +1,4 @@
name: Python Backend Lint
name: "Lint: Python Coordinator"
on:
push: