Skip to content

Commit edaede1

Browse files
committed
fix topological sort wf
1 parent 9807486 commit edaede1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/end-to-end-topological-sort-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,15 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
token: ${{ secrets.GITHUB_TOKEN }}
25+
2526
- name: Validate PR
2627
run: |
2728
# Check for any workflow changes
2829
if git diff --name-only "${{ github.event.pull_request.base.sha }}" "${{ github.sha }}" | grep -q "^.github/workflows/"; then
2930
echo "⚠️ Workflow changes detected."
30-
3131
# Get the PR author
3232
AUTHOR="${{ github.event.pull_request.user.login }}"
3333
echo "PR Author: $AUTHOR"
34-
3534
# Allowlist check
3635
if [[ "$AUTHOR" == "misrasaurabh1" || "$AUTHOR" == "KRRT7" ]]; then
3736
echo "✅ Authorized user ($AUTHOR). Proceeding."

0 commit comments

Comments
 (0)