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: on:
workflow_dispatch: workflow_dispatch:
workflow_call: workflow_call:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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