CI: Set deploy workflow concurrency
This commit is contained in:
parent
3112c67194
commit
93fb10845d
2 changed files with 5 additions and 1 deletions
4
.github/workflows/main_deploy.yaml
vendored
4
.github/workflows/main_deploy.yaml
vendored
|
|
@ -5,6 +5,10 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: main_deploy
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLUTTER_VERSION: ${{ secrets.FLUTTER_VERSION }}
|
FLUTTER_VERSION: ${{ secrets.FLUTTER_VERSION }}
|
||||||
JAVA_VERSION: ${{ secrets.JAVA_VERSION }}
|
JAVA_VERSION: ${{ secrets.JAVA_VERSION }}
|
||||||
|
|
|
||||||
2
.github/workflows/pull_request.yaml
vendored
2
.github/workflows/pull_request.yaml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
name: Pull Request Workflow
|
name: Pull Request Workflow
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLUTTER_VERSION: ${{ secrets.FLUTTER_VERSION }}
|
FLUTTER_VERSION: ${{ secrets.FLUTTER_VERSION }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue