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 gha smells #10489

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Fix gha smells #10489

wants to merge 1 commit into from

Conversation

ceddy4395
Copy link

Description of change

Hey! 馃檪
I want to contribute the following changes to your workflow:

  • Stop running workflows when there is a newer commit in branch
  • Avoid starting new workflow whilst the previous one is still running
  • Stop running workflows when there is a newer commit in PR
  • Use commit hash instead of tags for action versions

(These changes are part of a research Study at TU Delft looking at GitHub Action Smells. Find out more)

Pre-Merge Checklist
  • Tests and/or benchmarks are included
  • Documentation is changed or added
  • Lint process passed (npm run lint)
  • Tests passed (npm run test)

Copy link

codesandbox-ci bot commented Apr 29, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 48af50a:

Sandbox Source
pixi.js-sandbox Configuration

- Stop running workflows when there is a newer commit in branch
- Avoid starting new workflow whilst the previous one is still running
- Stop running workflows when there is a newer commit in PR
- Use commit hash instead of tags for action versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants