Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
add schedule trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller committed Apr 1, 2022
1 parent e3e0afb commit 385dbde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: conformance
on:
push:
branches: ["conformance-ci"]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * *'


env:
GO_VERSION: "1.17"
Expand Down

0 comments on commit 385dbde

Please sign in to comment.