Skip to content

Commit 83693d0

Browse files
committed
Rename workflows
1 parent 1ecc15f commit 83693d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/backend-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Backend Test Coverage CI
1+
name: Backend Test Coverage
22

33
on:
44
workflow_call:

.github/workflows/backend-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Backend CI
1+
name: Backend Lint
22

33
on:
44
workflow_call:

.github/workflows/backend-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Backend Tests CI
1+
name: Backend Tests
22

33
on:
44
workflow_call:

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Frontend CI
1+
name: Frontend Lint and Tests
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)