Skip to content

Commit fd3c532

Browse files
committed
Fix wrong step name in linux build Github Action
I forgot to rename a step in the condition for some other step.
1 parent 3ca37b4 commit fd3c532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
key: "${{ matrix.os }}-postgresql-${{ matrix.pg }}-${{ matrix.cc }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('.github/**') }}${{ env.CACHE_SUFFIX }}"
172172

173173
- name: Upload config.log
174-
if: always() && steps.cache-postgresql.outputs.cache-hit != 'true'
174+
if: always() && steps.restore-postgresql-cache.outputs.cache-hit != 'true'
175175
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
176176
with:
177177
name: config.log for PostgreSQL ${{ matrix.os }} ${{ matrix.name }} ${{ matrix.pg }}

0 commit comments

Comments
 (0)