real job name this time :3
All checks were successful
Build and Deploy API / build-and-deploy (push) Successful in 4s
Build and Deploy Frontend / build-and-deploy (push) Successful in 4s

This commit is contained in:
2026-02-28 20:19:12 -06:00
parent 6e36831db4
commit 51766a0a5b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
name: Build and Deploy API name: Build and Deploy API
run-name: "${CI_COMMIT_REF_NAME}: Deploy API" run-name: "${{ gitea.event.head_commit.message }}: Deploy API"
on: on:
push: push:

View File

@@ -1,7 +1,7 @@
name: Build and Deploy Frontend name: Build and Deploy Frontend
run-name: "${CI_COMMIT_REF_NAME}: Deploy Client" run-name: "${{ gitea.event.head_commit.message }}: Deploy Client"
on: on:
push: push: