Skip to content

Commit

Permalink
Revert to standard CI
Browse files Browse the repository at this point in the history
This issue seems to affect all builders. Once a fix becomes available we'll merge it.
  • Loading branch information
lmangani authored Jul 6, 2024
1 parent 6567d35 commit 9bae508
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,18 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
cancel-in-progress: true

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16

jobs:
duckdb-stable-build:
name: Build extension binaries
uses: lmangani/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
with:
duckdb_version: main
extension_name: dynamic_sql_clickhouse

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: lmangani/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
secrets: inherit
with:
duckdb_version: main
Expand Down

0 comments on commit 9bae508

Please sign in to comment.