mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31: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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
workflow_call:
|
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:
|
on:
|
||||||
workflow_dispatch:
|
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
|
# 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:
|
||||||
|
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
|
# 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:
|
||||||
|
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:
|
on:
|
||||||
workflow_dispatch:
|
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:
|
on:
|
||||||
workflow_dispatch:
|
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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -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:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
Loading…
Reference in New Issue
Block a user