Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wknapik committed Oct 17, 2024
1 parent 3f704b0 commit 0d89253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rerun-compare-chromium-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if [[ "${pr_ver%%.*}" != "${target_ver%%.*}" ]]; then
while read -r pr_number head_sha; do
run_id="$(gh api "/repos/$GITHUB_REPOSITORY/actions/workflows/compare-chromium-versions.yml/runs?head_sha=${head_sha:?}" -q '.workflow_runs[0].id')"
if [[ "$run_id" ]]: then
if [[ "$run_id" ]]; then
echo "Rerunning for https://github.com/brave/brave-core/pull/${pr_number:?}"
# TODO: remove echo
echo gh -R "$GITHUB_REPOSITORY" run rerun "${run_id:?}"
Expand Down

0 comments on commit 0d89253

Please sign in to comment.