-
Notifications
You must be signed in to change notification settings - Fork 3
[Developer Issue]: add concurrency to github actions #97
Copy link
Copy link
Open
Labels
attribute: low hanging 🍎Easy to knock off in less than 1 dayEasy to knock off in less than 1 daygood first issueA small task that does not require previous knowledge of the projectA small task that does not require previous knowledge of the projectstatus: triage_neededThis is not approved for this milestone, do not work on it yetThis is not approved for this milestone, do not work on it yet
Metadata
Metadata
Assignees
Labels
attribute: low hanging 🍎Easy to knock off in less than 1 dayEasy to knock off in less than 1 daygood first issueA small task that does not require previous knowledge of the projectA small task that does not require previous knowledge of the projectstatus: triage_neededThis is not approved for this milestone, do not work on it yetThis is not approved for this milestone, do not work on it yet
Type
Fields
Give feedbackNo fields configured for Task.
Description
As of right now, the GitHub actions continue to run even if a newer commit is pushed to the repository on that branch. We should add the concurrency statement to our GitHub actions.