aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nightly_pr_comment.yml
AgeCommit message (Collapse)Author
2022-10-23Attempt to fix issues since github-script v6 upgradeMary-nyan
2022-10-21CI: Update workflows (#3774)TSRBerry
* ci: Update workflows * gha: Add no-build switch to test action
2022-06-01infra: Switch to win10-x64 RID and fix PR comment for Avalonia and SDL2 ↵Mary
artifact rename (#3375) * infra: Switch to win10-x64 RID and fix PR comment for Avalonia and SDL2 artifact rename * Address gdkchan's comments
2022-03-26infra: Put SDL2 headless release inside a GUI-less block in PR (#3218)Mary
As title say.
2021-05-14ci: Do not enforce userid on nightly PR commentMary
This avoid issues when two different users work on a single PR.
2021-04-03Hide debug artifacts (#2171)Itamai
2021-02-28ci: Use Github artifacts for PRs (#2040)Mary
* ci: Use Github artifacts for PRs This PR extends the build job by upload artifacts for all PRs. The version of those builds is set to "1.0.0-<git_short_hash>" and those builds have the updater explicitly disabled. With this in place, we will be able to disable ApppVeyor on PRs. * Add actions to comment build links As Github doesn't provide links to unlogged users, we use nightly.link for that. * Address Ac_k's comments