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:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: main_deploy
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
FLUTTER_VERSION: ${{ secrets.FLUTTER_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
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [pull_request]
|
||||
|
||||
env:
|
||||
FLUTTER_VERSION: ${{ secrets.FLUTTER_VERSION }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue