Skip to content

Commit 752d1bb

Browse files
committed
ci: rename kernel.yml to sync.yml
Signed-off-by: Benno Lossin <benno.lossin@proton.me>
1 parent 8cacc4a commit 752d1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kernel.yml renamed to .github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
branches: [kernel]
66
schedule:
77
- cron: '7 7 * * *'
8-
name: kernel
8+
name: sync-check
99
jobs:
10-
sync:
10+
torvalds:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)