Skip to content

Commit b3b3ea4

Browse files
committed
last one surely
1 parent f193b89 commit b3b3ea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flake-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
jobs:
13-
update:
13+
flake-check:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
contents: write

.github/workflows/flake-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 0 * * *'
66

77
jobs:
8-
update:
8+
flake-update:
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: write

0 commit comments

Comments
 (0)