Skip to content

Commit

Permalink
inherit secret
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohansong committed Oct 16, 2023
1 parent 84581e4 commit 89494e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/connector-performance-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,34 @@ jobs:
with:
connector: connectors/source-postgres
dataset: 1m
secrets: inherit
postgres-10m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-postgres
dataset: 10m
secrets: inherit
postgres-20m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-postgres
dataset: 20m
secrets: inherit
mysql-1m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 1m
secrets: inherit
mysql-10m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 10m
secrets: inherit
mysql-20m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 20m
secrets: inherit

0 comments on commit 89494e5

Please sign in to comment.