CI: Set deploy workflow concurrency

This commit is contained in:
Krille 2023-07-14 20:19:13 +09:00
parent 3112c67194
commit 93fb10845d
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -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 }}

View file

@ -1,6 +1,6 @@
name: Pull Request Workflow
on: [push, pull_request]
on: [pull_request]
env:
FLUTTER_VERSION: ${{ secrets.FLUTTER_VERSION }}