Don't allow concurrent publish actions.

If two commits gets pushed in quick succession, and the first takes much longer to publish (for some reason), said build can be considered "latest".

This just happened and it broke the servers.
This commit is contained in:
Pieter-Jan Briers
2021-12-20 16:05:30 +01:00
parent 97e47178d7
commit b42412903b

View File

@@ -1,5 +1,8 @@
name: Publish
concurrency:
group: publish
on:
push:
branches: [ master ]