Skip to content

Commit

Permalink
running test
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Jul 19, 2023
1 parent 56576b3 commit 7013d15
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test-integrations-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
name: test-integrations-windows

on:
schedule:
# * is a special character in YAML so you have to quote this string
# Run nightly at 12AM UTC/8PM EST/5PM PST.
- cron: '0 0 * * *'
pull_request:
branches-ignore:
- stable-website
- 'docs/**'
- 'ui/**'
- 'mktg-**' # Digital Team Terraform-generated branch prefix
- 'backport/docs/**'
- 'backport/ui/**'
- 'backport/mktg-**'

env:
TEST_RESULTS_DIR: /tmp/test-results
Expand Down

0 comments on commit 7013d15

Please sign in to comment.