ci: concurrency check

This commit is contained in:
CrazyMax 2023-05-03 17:50:31 +02:00
parent b8d61b28e9
commit c619ac25e7
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
3 changed files with 15 additions and 2 deletions

View File

@ -1,8 +1,12 @@
name: ci name: ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: on:
schedule: schedule:
- cron: '0 10 * * *' # everyday at 10am - cron: '0 10 * * *'
push: push:
branches: branches:
- 'master' - 'master'
@ -50,6 +54,7 @@ jobs:
files: | files: |
./bin/firefox-history-merger* ./bin/firefox-history-merger*
args: -fq args: -fq
install-only: install-only:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -72,7 +77,7 @@ jobs:
version: ${{ matrix.version }} version: ${{ matrix.version }}
install-only: true install-only: true
- -
name: verify name: Verify
run: | run: |
which upx which upx
upx --version upx --version

View File

@ -1,5 +1,9 @@
name: labels name: labels
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: on:
push: push:
branches: branches:

View File

@ -1,5 +1,9 @@
name: test name: test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: on:
push: push:
branches: branches: