Skip to content

Commit

Permalink
Add daily GitHub Action
Browse files Browse the repository at this point in the history
Add daily GitHub Action.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Jan 10, 2024
1 parent 2213953 commit a182fe2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Daily Tests

on:
workflow_dispatch:
schedule:
# Midnight UTC
- cron: "0 0 * * *"

jobs:
test_schedule:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: HSM
run: make regression/hsm


0 comments on commit a182fe2

Please sign in to comment.