Skip to content

Commit b42db1b

Browse files
committed
fix(ci): improved naming
1 parent 0c66e3c commit b42db1b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/4.1-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: phpMyFAQ Nightly 4.1 Build
1+
name: "phpMyFAQ Nightly 4.1 Build"
22

33
on:
44
workflow_dispatch:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: phpMyFAQ Build
1+
name: "phpMyFAQ Build"
22

33
on:
44
push:

.github/workflows/coverage-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code Coverage → GitHub Pages
1+
name: "phpMyFAQ Code Coverage → GitHub Pages"
22

33
on:
44
push:

.github/workflows/dev-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: phpMyFAQ Nightly Development Build
1+
name: "phpMyFAQ Nightly Development Build"
22

33
on:
44
workflow_dispatch:

.github/workflows/e2e-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: phpMyFAQ Nightly E2E Tests
1+
name: "phpMyFAQ Nightly E2E Tests"
22

33
# Runs the Playwright end-to-end suite against a freshly installed and seeded
44
# instance (bilingual DE + EN test data). Uses the lightweight php -S + SQLite

0 commit comments

Comments
 (0)