AVAnnotate / admin-client

Application for building AVAnnotate websites
0 stars 0 forks source link

Add concurrency restraints to GitHub actions #157

Closed lwjameson closed 3 weeks ago

lwjameson commented 4 weeks ago

The current workflow will run each time a change is made to the client files. In certain situations (importing a spreadsheet with a bunch of new tags) can result in a number of changes at the same time. Adding concurrency rules to the workflow should limit the running build to only one at the same time.