Skip to content

Commit 9bae508

Browse files
authored
Revert to standard CI
This issue seems to affect all builders. Once a fix becomes available we'll merge it.
1 parent 6567d35 commit 9bae508

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,18 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
1212
cancel-in-progress: true
1313

14-
env:
15-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
16-
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
17-
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
18-
1914
jobs:
2015
duckdb-stable-build:
2116
name: Build extension binaries
22-
uses: lmangani/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
17+
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
2318
with:
2419
duckdb_version: main
2520
extension_name: dynamic_sql_clickhouse
2621

2722
duckdb-stable-deploy:
2823
name: Deploy extension binaries
2924
needs: duckdb-stable-build
30-
uses: lmangani/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
25+
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
3126
secrets: inherit
3227
with:
3328
duckdb_version: main

0 commit comments

Comments
 (0)