Skip to content

Commit

Permalink
Merge pull request #20 from pet-sitter/main.yaml파일-빌드-workflow-임시삭제
Browse files Browse the repository at this point in the history
Build: [Git] main.yaml workflows 임시삭제
  • Loading branch information
Yellowtoast authored Dec 7, 2023
2 parents bc391a8 + 6aded38 commit 93a6858
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
name: pets_next_door_flutter
# name: pets_next_door_flutter

concurrency:
group: $-$
cancel-in-progress: true
# concurrency:
# group: $-$
# cancel-in-progress: true

on:
push:
branches:
- main
pull_request:
branches:
- main
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

jobs:
semantic-pull-request:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
# jobs:
# semantic-pull-request:
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1

build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
# build:
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
# with:
# flutter_channel: stable

spell-check:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
with:
includes: |
**/*.md
modified_files_only: false
# spell-check:
# uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
# with:
# includes: |
# **/*.md
# modified_files_only: false

0 comments on commit 93a6858

Please sign in to comment.