Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitHub actions #9918

Merged
merged 8 commits into from
Nov 24, 2023
Merged

Update GitHub actions #9918

merged 8 commits into from
Nov 24, 2023

Commits on Nov 24, 2023

  1. GHA: drop EOL Ubuntu 22.10

    Al2Klimov committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    19927d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f4ac7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ef622 View commit details
    Browse the repository at this point in the history
  4. GHA: cancel runs on PR, but not on push

    In a PR one top commit replaces the previous one.
    But the central branches are more like timelines.
    It's nice to have red crosses in a such timeline
    as clear indicators that something was actually broken.
    Al2Klimov committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3801b8a View commit details
    Browse the repository at this point in the history
  5. GHA: complain if PR adds commits from people not yet listed in ./AUTHORS

    not to have to update ./AUTHORS or .mailmap after merging.
    Al2Klimov committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    de47878 View commit details
    Browse the repository at this point in the history
  6. GHA: drop EOL Fedora 36

    Al2Klimov committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d583598 View commit details
    Browse the repository at this point in the history
  7. Adds ProgressPreference SilentlyContinue

    We should use `$Global:ProgressPreference = 'SilentlyContinue';` to disable the progress bar during download.
    By doing so, information are directly written to the disk instead of written inside the memory and dumped to the disk afterwards
    LordHepipud authored and Al2Klimov committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    968f740 View commit details
    Browse the repository at this point in the history
  8. Update AUTHORS

    Al2Klimov committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    9944437 View commit details
    Browse the repository at this point in the history