Skip to content

Commit

Permalink
fix: if not search
Browse files Browse the repository at this point in the history
  • Loading branch information
Wi11Shell committed Jan 16, 2025
1 parent 7cc38b3 commit 5aae902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fetch-depth: ${{ !inputs.ref && 1 || 0 }}

- uses: actions/download-artifact@v4
if: ${{ inputs.app-artefact-name != '' }}
if: ${{ inputs.app-artefact-name != 'search' }}
with:
name: ${{ inputs.app-artefact-name }}
path: infra/docker/${{ inputs.project }}
Expand Down

0 comments on commit 5aae902

Please sign in to comment.