ci: Wait instead of cancelling

This commit is contained in:
Ahmad Ansori Palembani 2024-07-07 11:16:34 +07:00
parent 2a20be913d
commit cc714793b2
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -9,19 +9,17 @@ on:
description: 'Version (without "v" prefix)'
required: true
type: string
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build app
runs-on: ubuntu-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
all_but_latest: true
- name: Clone repo
uses: actions/checkout@v4
with: