We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785f5c7 commit 5b0cf71Copy full SHA for 5b0cf71
.github/workflows/check-duplicate-ids.yml
@@ -51,7 +51,7 @@ jobs:
51
python .github/scripts/check_duplicate_ids.py
52
53
- name: Delete previous comments and comment on PR if duplicates found
54
- if: always() # Run this step regardless of previous step success/failure
+ if: always()
55
uses: actions/github-script@v6
56
with:
57
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments