Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Jan 30, 2024
1 parent efa87ab commit 7666a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
WILL_UPDATE=$(python3 -c "from packaging import version; print(1 if version.parse(${DOCKER_VERSION} or '0') < version.parse(${QGIS_VERSION}) else 0)")
if [[ ${{ github.event_name }} == 'workflow_dispatch' ]]; then
if [[ '${{ github.event_name }}' == 'workflow_dispatch' ]]; then
echo "Force build on workflow dispatch."
WILL_UPDATE=1
fi
Expand Down

0 comments on commit 7666a85

Please sign in to comment.