Skip to content

Commit

Permalink
use correct checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jul 11, 2024
1 parent 4d1e569 commit f2ff03f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestCITools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
override_ref: main
duckdb_version: v1.0.0
override_ci_tools_repository: ${{ github.repository }}
override_ci_tools_ref: ${{ github.event.action == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
override_ci_tools_ref: ${{ github.sha }}

delta-extension-main:
name: Rust builds (using Delta extension)
Expand All @@ -32,6 +32,6 @@ jobs:
override_repository: duckdb/duckdb_delta
override_ref: main
override_ci_tools_repository: ${{ github.repository }}
override_ci_tools_ref: ${{github.event.action == 'pull_request' && github.event.pull_request.head.sha || github.sha}}
override_ci_tools_ref: ${{ github.sha }}
duckdb_version: v1.0.0
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
8 changes: 4 additions & 4 deletions .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
fetch-depth: 0
submodules: 'true'

- uses: actions/checkout@v4
- uses: actions/checkout@v3
name: Checkout Extension CI tools
if: ${{inputs.override_ci_tools_ref != ''}}
with:
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
with:
python-version: '3.11'

- uses: actions/checkout@v4
- uses: actions/checkout@v3
name: Checkout Extension CI tools
if: ${{inputs.override_ci_tools_ref != ''}}
with:
Expand Down Expand Up @@ -436,7 +436,7 @@ jobs:
update-rtools: true
rtools-version: '42' # linker bug in 43

- uses: actions/checkout@v4
- uses: actions/checkout@v3
name: Checkout Extension CI tools
if: ${{inputs.override_ci_tools_ref != ''}}
with:
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:
fetch-depth: 0
submodules: 'true'

- uses: actions/checkout@v4
- uses: actions/checkout@v3
name: Checkout Extension CI tools
if: ${{inputs.override_ci_tools_ref != ''}}
with:
Expand Down

0 comments on commit f2ff03f

Please sign in to comment.