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 #9920

Merged
merged 8 commits into from
Nov 24, 2023
Merged

Update GitHub actions #9920

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
    b71a81b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9332aa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad93c0b 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
    a019c63 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
    b9b127f 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
    23feb5b 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
    215dba9 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
    d260a0a View commit details
    Browse the repository at this point in the history