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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix potential github action smells #16508

Merged
merged 2 commits into from
May 28, 2024

Commits on May 1, 2024

  1. ci: fix gha smells

    - Stop running workflows when there is a newer commit in branch
    - Use commit hash instead of tags for action versions
    - Use names for run steps
    - Steps should only perform a single command
    ceddy4395 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8525fbb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. ci: add git add . to uwp-autoconvert.yml and revert using

    working-dir
    
    Make sure all files (including new ones) are also staged
    ceddy4395 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    07e0121 View commit details
    Browse the repository at this point in the history