From c619ac25e77fab9c785af6d9d53b11090d2f044d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 3 May 2023 17:50:31 +0200 Subject: [PATCH] ci: concurrency check --- .github/workflows/ci.yml | 9 +++++++-- .github/workflows/labels.yml | 4 ++++ .github/workflows/test.yml | 4 ++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31618a1..7d78940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,12 @@ name: ci +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + on: schedule: - - cron: '0 10 * * *' # everyday at 10am + - cron: '0 10 * * *' push: branches: - 'master' @@ -50,6 +54,7 @@ jobs: files: | ./bin/firefox-history-merger* args: -fq + install-only: runs-on: ${{ matrix.os }} strategy: @@ -72,7 +77,7 @@ jobs: version: ${{ matrix.version }} install-only: true - - name: verify + name: Verify run: | which upx upx --version diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index d9f607a..91ec703 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -1,5 +1,9 @@ name: labels +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + on: push: branches: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35d3084..c68aad9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,9 @@ name: test +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + on: push: branches: