Skip to content

Commit

Permalink
Run scheduled windows test
Browse files Browse the repository at this point in the history
Our nightly windows tests have not been running for several months,
causing the status badge in our readme to remain in a failing state
without ever turning green. This pull request enables the daily
scheduled windows builds once again.
  • Loading branch information
jnidzwetzki committed Sep 21, 2023
1 parent 8c41757 commit 741b982
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows-build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Test building the extension on Windows
name: Regression Windows
"on":
schedule:
# run daily 0:00 on main branch
- cron: '0 0 * * *'
push:
branches:
- main
- prerelease_test
- trigger/windows_tests
paths-ignore:
- '**.md'
- 'LICENSE*'
Expand Down

0 comments on commit 741b982

Please sign in to comment.