mirror of https://github.com/usememos/memos.git
chore: unify action names
This commit is contained in:
parent
efc0dc9aea
commit
c9c07a599c
|
|
@ -1,4 +1,4 @@
|
|||
name: Backend Test
|
||||
name: Backend Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Build and Push Stable Docker Image
|
||||
name: Build and Push Stable Image
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Deploy Demo to Render
|
||||
name: Demo Render Deploy
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Frontend Test
|
||||
name: Frontend Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Protobuf Linter
|
||||
name: Proto Linter
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Close Stale Issues
|
||||
name: Stale
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
|
|||
Loading…
Reference in New Issue