mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Rename workflow
This commit is contained in:
parent
04f45e4b87
commit
514c3fe90c
2
.github/workflows/android-build.yml
vendored
2
.github/workflows/android-build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Android Build
|
||||
name: "Build: Android"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
2
.github/workflows/client-image.yml
vendored
2
.github/workflows/client-image.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Client App Image CI/CD
|
||||
name: "Docker: Client"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
2
.github/workflows/codeql-client.yml
vendored
2
.github/workflows/codeql-client.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/codeql-coordinator.yml
vendored
2
.github/workflows/codeql-coordinator.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/coordinator-image.yml
vendored
2
.github/workflows/coordinator-image.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Coodinator Image CI
|
||||
name: "Docker: Coordinator"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
2
.github/workflows/django-test.yml
vendored
2
.github/workflows/django-test.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Django Tests
|
||||
name: "Test: Coordinator"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
2
.github/workflows/frontend-build.yml
vendored
2
.github/workflows/frontend-build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Frontend Test & Build
|
||||
name: "Build: Frontend All Bundles"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -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:
|
2
.github/workflows/py-linter.yml
vendored
2
.github/workflows/py-linter.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Python Backend Lint
|
||||
name: "Lint: Python Coordinator"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
Loading…
Reference in New Issue
Block a user