Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
paths:
- '.github/workflows/test.yml'
schedule:
# Run every day at 5am (PST) - cron uses UTC times
- cron: '0 13 * * *'

jobs:
get_link:
runs-on: macOS-latest
Expand All @@ -17,6 +21,7 @@ jobs:
with:
name: job_log_link
path: id_artifact.txt

dummy_job:
runs-on: macOS-latest
steps:
Expand Down