Skip to content

Commit

Permalink
修改 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurorxa committed Jun 15, 2024
1 parent 2b1803c commit 95dae1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Check if content changed
id: determine_skip
run: |
if [[ "${{ steps.check_issue.outputs.is_new }}" == "false" && "${{ steps.compare_issue.outputs.content_changed }}" == "false" || "${{ steps.check_issue.outputs.is_new }}" == "" || "${{ steps.compare_issue.outputs.content_changed }}" == "" ]]; then
if [[ "${{ steps.check_issue.outputs.is_new }}" == "false" && "${{ steps.compare_issue.outputs.content_changed }}" == "false" ]]; then
echo "skip_next_steps=true" >> $GITHUB_ENV
else
echo "skip_next_steps=false" >> $GITHUB_ENV
Expand Down

0 comments on commit 95dae1a

Please sign in to comment.