Skip to content

Commit

Permalink
Run for branch
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 2, 2025
1 parent 06899fb commit 93b2476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/each.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo $status
if [[ "$status" != "pending" && "$status" != "success" ]]; then
echo "Running rcc for commit $commit"
gh workflow run rcc -f ref=$commit
gh workflow run rcc -f ref=$commit -r ${{ github.ref }}
fi
done
shell: bash

0 comments on commit 93b2476

Please sign in to comment.