Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroNazarenko authored Feb 13, 2025
1 parent e9b1ef7 commit a40ea1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ jobs:
repo: context.repo.repo,
pull_number: parseInt(prNumber),
});
if (!pr.data.draft) {
prs = [pr.data];
}
prs = [pr.data];
} else {
// Fetch all PRs
const allPRs = await github.rest.pulls.list({
Expand Down

0 comments on commit a40ea1f

Please sign in to comment.