Skip to content

Commit

Permalink
test permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 4, 2024
1 parent 71651b1 commit 981d4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-prs-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "Checking if we should re-run tests..."
gh run list --branch ${{ matrix.pr.headRefName }} --workflow build-test --limit 1 --json databaseId -q '.[0].databaseId'
# run_id=$(gh run list --branch ${{ matrix.pr.headRefName }} --workflow build-test --limit 1 --json databaseId -q '.[0].databaseId')
run_id=$(gh run list --branch ${{ matrix.pr.headRefName }} --workflow build-test --limit 1 --json databaseId -q '.[0].databaseId')
# num_of_pending_jobs=$(gh run view $run_id --json jobs -q '.jobs[] | select(.conclusion == "") | .name' | wc -l)
# if [ $num_of_pending_jobs -gt 0 ]; then
Expand Down

0 comments on commit 981d4ca

Please sign in to comment.