File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,18 @@ concurrency:
11
11
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
12
12
cancel-in-progress : true
13
13
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
-
19
14
jobs :
20
15
duckdb-stable-build :
21
16
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
23
18
with :
24
19
duckdb_version : main
25
20
extension_name : dynamic_sql_clickhouse
26
21
27
22
duckdb-stable-deploy :
28
23
name : Deploy extension binaries
29
24
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
31
26
secrets : inherit
32
27
with :
33
28
duckdb_version : main
You can’t perform that action at this time.
0 commit comments