Skip to content

Commit

Permalink
Merge pull request #338 from jku/add-name-to-ed25519-gh-action
Browse files Browse the repository at this point in the history
CI: Add a name to ed25519 check workflow
  • Loading branch information
lukpueh authored Feb 22, 2021
2 parents a7d3668 + 3f026b8 commit b5023f3
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 b5023f3

Please sign in to comment.