Skip to content
Snippets Groups Projects
Commit e49276b8 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

limit concurrency of jobs

parent b6d4a996
No related branches found
No related tags found
No related merge requests found
Pipeline #55734 failed
......@@ -16,6 +16,7 @@ stages:
.build_template_linux_64:
extends: .build_template
resource_group: linux_64
after_script:
- chmod -R a+w build_artifacts
tags:
......@@ -23,6 +24,7 @@ stages:
.build_template_build_osx_64:
extends: .build_template
resource_group: osx_64
before_script:
- unset CI
tags:
......@@ -31,6 +33,7 @@ stages:
.build_template_osx_arm64:
extends: .build_template
resource_group: osx_arm64
before_script:
- unset CI
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment