Skip to content

Commit

Permalink
Update sync-upstream.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hide212131 authored Nov 3, 2024
1 parent 87cfff7 commit 77e3703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
fi
- name: Remove workflow files
if: ${{ env.branch_exists != 'true' && env.merge_status == 'merged' }}
if: ${{ env.branch_exists != 'true' && env.merge_status != 'up_to_date' }}
run: |
git rm -r --cached .github/workflows/deploy.yml || true
git commit -m "Remove upstream workflow files" || true
Expand Down

0 comments on commit 77e3703

Please sign in to comment.