Skip to content

Commit b5023f3

Browse files
authored
Merge pull request #338 from jku/add-name-to-ed25519-gh-action
CI: Add a name to ed25519 check workflow
2 parents a7d3668 + 3f026b8 commit b5023f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-upstream-ed25519.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
name: Look for changes in ed25519 upstream
2+
13
on:
24
schedule:
35
- cron: '0 13 * * *'
46
workflow_dispatch:
57

6-
78
jobs:
89
check-ed25519-upstream:
910
name: Open an issue if upstream ed25519 has new commits

0 commit comments

Comments
 (0)