Skip to content

Commit 01e6d70

Browse files
authored
Update docker.yml
1 parent 12cdfb8 commit 01e6d70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
remote=${{ steps.get_sha.outputs.result }}
5151
echo "Current SHA: $current"
5252
echo "CURRENT_SHA=$current" >> $GITHUB_ENV
53-
echo "Remote SHA: $remote"
53+
echo "Remote SHA: $remote"
5454
echo "REMOTE_SHA=$remote" >> $GITHUB_ENV
5555
56-
if [[ "$current" == "$remote" ]]; then
56+
if [[ "$current" == "$remote" && "${{ github.event_name }}" != "workflow_dispatch" ]]; then
5757
echo "SKIP=true" >> $GITHUB_ENV
5858
echo "No changes detected."
5959
else

0 commit comments

Comments
 (0)