1
0
mirror of https://github.com/djkotowski/personal-website.git synced 2026-06-19 12:32:47 -05:00

Limit deploy concurrency

This commit is contained in:
2024-07-01 15:37:16 -05:00
parent d009327b40
commit 39c4311ba9
+3
View File
@@ -4,6 +4,9 @@ on:
push:
branches:
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest