Skip to content

Commit b2a6480

Browse files
Temporarily run workflows on branch PR
1 parent 6457dc6 commit b2a6480

8 files changed

+8
-0
lines changed

.github/workflows/code-scanning-pack-gen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- main
1111
- next
1212
- "rc/**"
13+
- michaelrfairhurst/package-undefined-behavior
1314
push:
1415
branches:
1516
- main

.github/workflows/codeql_unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- main
1616
- next
1717
- "rc/**"
18+
- michaelrfairhurst/package-undefined-behavior
1819

1920
jobs:
2021

.github/workflows/extra-rule-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- main
1616
- "rc/**"
1717
- next
18+
- michaelrfairhurst/package-undefined-behavior
1819

1920

2021
jobs:

.github/workflows/tooling-unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- main
1616
- "rc/**"
1717
- next
18+
- michaelrfairhurst/package-undefined-behavior
1819

1920
jobs:
2021
prepare-supported-codeql-env-matrix:

.github/workflows/validate-package-files.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- main
1010
- next
1111
- "rc/**"
12+
- michaelrfairhurst/package-undefined-behavior
1213

1314
jobs:
1415
validate-package-files:

.github/workflows/validate-query-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- main
1010
- next
1111
- "rc/**"
12+
- michaelrfairhurst/package-undefined-behavior
1213

1314
env:
1415
XARGS_MAX_PROCS: 4

.github/workflows/validate-query-help.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- main
1010
- next
1111
- "rc/**"
12+
- michaelrfairhurst/package-undefined-behavior
1213

1314
jobs:
1415
validate-query-help-files:

.github/workflows/validate-query-test-case-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- main
1010
- next
1111
- "rc/**"
12+
- michaelrfairhurst/package-undefined-behavior
1213

1314
env:
1415
XARGS_MAX_PROCS: 4

0 commit comments

Comments
 (0)