Skip to content

Commit

Permalink
adds concurrency to unsafe check jobs (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Preston authored Jul 8, 2022
1 parent bd4d621 commit e99acf4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/unsafe_pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [labeled]

jobs:
Integration-Tests-External:
External-Datastores:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'run unsafe ci checks')
steps:
Expand All @@ -23,6 +23,14 @@ jobs:
SNOWFLAKE_TEST_URI: ${{ secrets.SNOWFLAKE_TEST_URI }}
run: make pytest-integration-external


External-SaaS-Connectors:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'run unsafe ci checks')
steps:
- name: Checkout
uses: actions/checkout@v3

- name: SaaS Connector Tests
env:
MAILCHIMP_DOMAIN: ${{ secrets.MAILCHIMP_DOMAIN }}
Expand Down

0 comments on commit e99acf4

Please sign in to comment.