1
0
mirror of synced 2026-01-08 03:06:34 -05:00
Files
airbyte/.github/workflows/connector_integration_tests.yml
2021-08-16 12:03:51 +03:00

21 lines
498 B
YAML

name: Connector Integration Tests
on:
workflow_dispatch:
schedule:
# 11am UTC is 4am PDT.
- cron: '0 11 * * *'
jobs:
launch_integration_tests:
timeout-minutes: 30
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout Airbyte
uses: actions/checkout@v2
- name: Launch Integration Tests
run: ./tools/bin/ci_integration_workflow_launcher.sh
env:
GITHUB_TOKEN: ${{ secrets.SLASH_COMMAND_PAT }}