Skip to content

Release 0.0.55

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 09:43
37c55e9
ci: restrict PR workflow from runnning in parallel (#89)

this is to prevent a job starting while another in progress, which currently has two issues:
1) resource name collisions
2) AWS creds get disabled by first job while second job is using them

Signed-off-by: Daniel Hill <[email protected]>