mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2026-02-01 08:24:11 +01:00
Add concurrency to workflows
This commit is contained in:
4
.github/workflows/Build.yml
vendored
4
.github/workflows/Build.yml
vendored
@@ -5,6 +5,10 @@ on:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
BuildBinaries:
|
||||
name: Build application packages
|
||||
|
||||
4
.github/workflows/Check.yml
vendored
4
.github/workflows/Check.yml
vendored
@@ -5,6 +5,10 @@ on:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
check_wrapper:
|
||||
name: Validate Gradle Wrapper
|
||||
|
||||
5
.github/workflows/Preview.yml
vendored
5
.github/workflows/Preview.yml
vendored
@@ -5,6 +5,11 @@ on:
|
||||
branches:
|
||||
- master
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
jobs:
|
||||
BuildBinaries:
|
||||
name: Build application packages
|
||||
|
||||
Reference in New Issue
Block a user