Skip to content

Commit

Permalink
Revert "[feature] test용으로 잠시 막아둠"
Browse files Browse the repository at this point in the history
This reverts commit 4cd0897.
  • Loading branch information
Ahn-seokjoo committed Sep 28, 2024
1 parent f2824cb commit 96509f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
workflow_dispatch:
pull_request:
branches: [ "feature**", "hotfix**", "release**", "develop**", "master" ]
types:
- closed

jobs:
common_setup:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/common-setup.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Common Setup

on:
workflow_call:
pull_request:
types:
- closed
on: workflow_call

jobs:
setup:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/lint_check.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Lint Check

on:
pull_request:
types:
- closed
on: pull_request

jobs:
lint-check:
Expand Down

0 comments on commit 96509f3

Please sign in to comment.