Skip to content

Commit

Permalink
connectors-ci: disable automated tests (#26294)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored and nguyenaiden committed May 25, 2023
1 parent d35237d commit 0b3d9ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
test-connectors-options:
description: "Options to pass to the 'airbyte-ci connectors test' command"
default: "--modified"
pull_request:
paths:
- "airbyte-integrations/connectors/**"
- ".github/workflows/connector_integration_test_single_dagger.yml"
# pull_request:
# paths:
# - "airbyte-integrations/connectors/**"
# - ".github/workflows/connector_integration_test_single_dagger.yml"
jobs:
connectors_ci:
name: Connectors CI
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/connector_nightly_builds_dagger.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: POC Connectors CI - nightly builds

on:
schedule:
# 11AM UTC is 12AM CET, 4AM PST.
- cron: "0 8 * * *"
# schedule:
# # 11AM UTC is 12AM CET, 4AM PST.
# - cron: "0 8 * * *"
workflow_dispatch:
inputs:
runs-on:
Expand Down

0 comments on commit 0b3d9ac

Please sign in to comment.