Skip to content

Commit 5b0cf71

Browse files
committed
Remove inline comment
1 parent 785f5c7 commit 5b0cf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-duplicate-ids.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python .github/scripts/check_duplicate_ids.py
5252
5353
- name: Delete previous comments and comment on PR if duplicates found
54-
if: always() # Run this step regardless of previous step success/failure
54+
if: always()
5555
uses: actions/github-script@v6
5656
with:
5757
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)