Skip to content

Commit

Permalink
refactor : 실행 조건 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
guesung committed Aug 12, 2023
1 parent 61de910 commit 362a690
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Auto Label
on:
pull_request:
types: [opened, reopened, edited]
issues:
types: [opened, reopened, edited]
types: [opened]

jobs:
labeler:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
pull_request:
branches: [develop, feature/*]
branches: [develop]
types: [opened, reopened, edited]
push:
branches: [develop]
Expand All @@ -27,7 +27,7 @@ jobs:
with:
node-version: ${{ env.DEFAULT_NODE_VERSION }}

- name: Compute dependency cache key
- name: Compute dependency cache key
id: compute_lockfile_hash
run: echo "::set-output name=hash::${{ hashFiles('yarn.lock') }}"

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
branches: [develop]
pull_request:
branches: [develop, feature/*]
types: [opened, reopened, edited]
branches: [*]

jobs:
analyze:
Expand Down

0 comments on commit 362a690

Please sign in to comment.