Skip to content

Commit 9fda2a8

Browse files
action fix
1 parent 05efc6b commit 9fda2a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on: [push]
22

3-
name: "CI"
3+
name: "CI Node"
44

55
jobs:
66
test:

.github/workflows/phptest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on: [push]
22

3-
name: "CI"
3+
name: "CI PHP"
44

55
jobs:
66
test:

0 commit comments

Comments
 (0)