Skip to content

Commit f755ca1

Browse files
authored
Merge pull request #146 from fluent/ci-fix-title
CI: Fix title
2 parents b00badf + 005a1a8 commit f755ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux-ruby-head.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: linux
1+
name: Test with Ruby head
22
on:
33
schedule:
44
- cron: '11 23 * * 0'

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: linux
1+
name: Test
22
on:
33
push:
44
branches: [master]

0 commit comments

Comments
 (0)