ncihtan / data-models

Schema.org Data Models for HTAN
MIT License
14 stars 7 forks source link

Add concurrency to CI action #252

Closed adamjtaylor closed 1 year ago

adamjtaylor commented 1 year ago

Confirmed that this is working by triggering a manual workflow dispatch on this branch https://github.com/ncihtan/data-models/actions/runs/5518302372

Then I triggered a second workflow dispatch on the same branch https://github.com/ncihtan/data-models/actions/runs/5518304313

The first workflow gets canceled by the concurrency with the following output:

6 errors Lint CSV Canceling since a higher priority waiting request for 'Lint, validate and convert CSV to JSON-LD-branch- fae22971ab757405a1ccdae087866ba0c91ce904' exists Lint CSV The operation was canceled. Validate CSV Canceling since a higher priority waiting request for 'Lint, validate and convert CSV to JSON-LD-branch- fae22971ab757405a1ccdae087866ba0c91ce904' exists Validate CSV The operation was canceled. Check Component DependsOn entries Canceling since a higher priority waiting request for 'Lint, validate and convert CSV to JSON-LD-branch- fae22971ab757405a1ccdae087866ba0c91ce904' exists Check Component DependsOn entries The operation was canceled.

adamjtaylor commented 1 year ago

As this is a CI operation and not a data model change, I am happy to merge without review