Skip to content

Commit

Permalink
ci: Run "Build and Test" every midnight PST / 8am UTC (shaka-project#186
Browse files Browse the repository at this point in the history
)
  • Loading branch information
avelad authored Nov 5, 2024
1 parent a9f7a03 commit 5a7609b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test PR
name: Build and Test

# Builds and tests on all combinations of OS and python version.
# Also builds the docs.
Expand All @@ -13,7 +13,10 @@ on:
inputs:
ref:
description: "The ref to build and test."
required: False
required: false
schedule:
# Run every night at midnight PST / 8am UTC, testing against the main branch.
- cron: '0 8 * * *'

defaults:
run:
Expand Down

0 comments on commit 5a7609b

Please sign in to comment.