Skip to content

Commit a09ca8b

Browse files
authored
Merge pull request #360 from dbt-msft/remove-azure-condition
remove condition for azure testing
2 parents b8efeee + 57c188c commit a09ca8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration-tests-azure.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on: # yamllint disable-line rule:truthy
55
branches:
66
- master
77
- v*
8-
- azure-testing
9-
pull_request_target:
10-
types: [labeled]
8+
pull_request:
9+
branches:
10+
- master
11+
- v*
1112

1213
jobs:
1314
integration-tests-azure:
1415
name: Integration tests on Azure
15-
if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.ref_name == 'master' || github.ref_name == 'azure-testing'
1616
strategy:
1717
matrix:
1818
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

0 commit comments

Comments
 (0)