revert: remove concurrency from gha
The `cancel-in-progress` option for concurrency is not really supported by Gitea, so the whole point of the block no longer makes any sense.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
name: CI TEST3
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
Reference in New Issue
Block a user