Skip to content

Commit 7013d15

Browse files
committed
running test
1 parent 56576b3 commit 7013d15

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/test-integrations-windows.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
name: test-integrations-windows
55

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

1217
env:
1318
TEST_RESULTS_DIR: /tmp/test-results

0 commit comments

Comments
 (0)