Skip to content
Snippets Groups Projects
Commit 60e90076 authored by Mahatthana (Kelvin) Nomsawadi's avatar Mahatthana (Kelvin) Nomsawadi
Browse files

disable concurrency so I could test multiple runs in parallel

parent 2fa7c059
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,11 @@ on:
type: string
required: true
concurrency:
# We want to ensure only one job is running at a time because
# there could be a conflict when updating the readme file.
group: ${{ github.workflow }}
cancel-in-progress: true
# concurrency:
# # We want to ensure only one job is running at a time because
# # there could be a conflict when updating the readme file.
# group: ${{ github.workflow }}
# cancel-in-progress: true
jobs:
check-git-tag:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment