ci: Adjust concurrency

This commit is contained in:
Ahmad Ansori Palembani 2024-12-05 12:06:44 +07:00
parent 3b9eb8a30a
commit 6bb2f5f94e
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -7,6 +7,10 @@ on:
branches: branches:
- master - master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
mirror: mirror:
runs-on: ubuntu-latest runs-on: ubuntu-latest