Skip to content

Commit

Permalink
Merge pull request #360 from dbt-msft/remove-azure-condition
Browse files Browse the repository at this point in the history
remove condition for azure testing
  • Loading branch information
sdebruyn authored May 13, 2023
2 parents b8efeee + 57c188c commit a09ca8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on: # yamllint disable-line rule:truthy
branches:
- master
- v*
- azure-testing
pull_request_target:
types: [labeled]
pull_request:
branches:
- master
- v*

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

0 comments on commit a09ca8b

Please sign in to comment.