Skip to content

Commit

Permalink
ci: Run "Build and Test" every midnight PST / 8am UTC (#7535)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Nov 4, 2024
1 parent 2b2df4b commit 0f3b212
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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

on:
pull_request: # Trigger for pull requests.
Expand All @@ -11,6 +11,9 @@ on:
ref:
description: "The ref to build and test."
required: false
schedule:
# Run every night at midnight PST / 8am UTC, testing against the main branch.
- cron: '0 8 * * *'

# If another instance of this workflow is started for the same PR, cancel the
# old one. If a PR is updated and a new test run is started, the old test run
Expand Down

0 comments on commit 0f3b212

Please sign in to comment.