Merge pull request #830 from bart0sh/PR127-e2e-disable-one_at_a_time-concurency

e2e workflows:get rid of one_at_a_time concurency
This commit is contained in:
Mikko Ylinen 2022-01-03 16:42:36 +02:00 committed by GitHub
commit 70aa91dc8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ jobs:
name: e2e-qat
#if: contains('["bart0sh"]', github.actor)
runs-on: [self-hosted, linux, x64, qat]
concurrency: one_at_a_time_qat
steps:
- uses: actions/checkout@v2
with:

View File

@ -14,7 +14,6 @@ jobs:
e2e-sgx:
name: e2e-sgx
runs-on: [self-hosted, linux, x64, sgx]
concurrency: one_at_a_time_sgx
steps:
- uses: actions/checkout@v2
with: