attempt concur fix
Some checks failed
/ lint (pull_request) Failing after 31s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Successful in 2m6s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Successful in 8m13s

This commit is contained in:
Antoine Martin 2024-08-22 22:40:26 -04:00
parent 85c0ceacb9
commit 4db6a64139
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 8 additions and 6 deletions

View file

@ -2,6 +2,10 @@ on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
build-aarch64:
runs-on: aarch64
@ -12,9 +16,6 @@ jobs:
CI_DEBUG_BUILD: ${{ runner.debug }}
CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }}
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
steps:
- name: Environment setup
run: |

View file

@ -2,6 +2,10 @@ on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
build-x86_64:
runs-on: x86_64
@ -12,9 +16,6 @@ jobs:
CI_DEBUG_BUILD: ${{ runner.debug }}
CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }}
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
steps:
- name: Environment setup
run: |