Skip to content

Commit

Permalink
CI: Add a name to ed25519 check workflow
Browse files Browse the repository at this point in the history
Now that there are multiple workflows, a name is useful in the UI.
  • Loading branch information
Jussi Kukkonen committed Feb 22, 2021
1 parent a7d3668 commit 3f026b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-upstream-ed25519.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Look for changes in ed25519 upstream

on:
schedule:
- cron: '0 13 * * *'
workflow_dispatch:


jobs:
check-ed25519-upstream:
name: Open an issue if upstream ed25519 has new commits
Expand Down

0 comments on commit 3f026b8

Please sign in to comment.