fix: fix CI concurrency (#9088)

This commit is contained in:
Muhammad Atif Ali
2023-08-14 18:48:14 +03:00
committed by GitHub
parent ef9d84c723
commit 878315dcaf

View File

@ -20,7 +20,7 @@ permissions:
# additional changes # additional changes
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }} cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs: jobs:
changes: changes: