Skip to content

Commit

Permalink
Fewer jobs while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Scullin committed Mar 26, 2024
1 parent c104f05 commit 4506841
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ name: npmjs.com Release
on: [workflow_dispatch, push]

jobs:
db-bigquery:
uses: './.github/workflows/db-bigquery.yaml'
secrets:
BIGQUERY_KEY: ${{ secrets.BIGQUERY_KEY }}
db-motherduck:
uses: './.github/workflows/db-motherduck.yaml'
secrets:
MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}
db-postgres:
uses: './.github/workflows/db-postgres.yaml'
db-snowflake:
uses: './.github/workflows/db-snowflake.yaml'
secrets:
SNOWFLAKE_USER: ${{ secrets.SNOWFLAKE_USER }}
SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }}
# db-bigquery:
# uses: './.github/workflows/db-bigquery.yaml'
# secrets:
# BIGQUERY_KEY: ${{ secrets.BIGQUERY_KEY }}
# db-motherduck:
# uses: './.github/workflows/db-motherduck.yaml'
# secrets:
# MOTHERDUCK_TOKEN: ${{ secrets.MOTHERDUCK_TOKEN }}
# db-postgres:
# uses: './.github/workflows/db-postgres.yaml'
# db-snowflake:
# uses: './.github/workflows/db-snowflake.yaml'
# secrets:
# SNOWFLAKE_USER: ${{ secrets.SNOWFLAKE_USER }}
# SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }}
main:
uses: './.github/workflows/main.yaml'

npm-release:
needs:
- db-bigquery
- db-motherduck
- db-postgres
- db-snowflake
# - db-bigquery
# - db-motherduck
# - db-postgres
# - db-snowflake
- main
runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.135",
"command": {
"version": {
"allowBranch": "main"
"allowBranch": "whscullin/release"
}
}
}

0 comments on commit 4506841

Please sign in to comment.