1 parent 12cdfb8 commit 01e6d70Copy full SHA for 01e6d70
1 file changed
.github/workflows/docker.yml
@@ -50,10 +50,10 @@ jobs:
50
remote=${{ steps.get_sha.outputs.result }}
51
echo "Current SHA: $current"
52
echo "CURRENT_SHA=$current" >> $GITHUB_ENV
53
- echo "Remote SHA: $remote"
+ echo "Remote SHA: $remote"
54
echo "REMOTE_SHA=$remote" >> $GITHUB_ENV
55
56
- if [[ "$current" == "$remote" ]]; then
+ if [[ "$current" == "$remote" && "${{ github.event_name }}" != "workflow_dispatch" ]]; then
57
echo "SKIP=true" >> $GITHUB_ENV
58
echo "No changes detected."
59
else
0 commit comments