Skip to content

Commit 7e656ae

Browse files
committed
fix: sync job 로직 수정. need:quality 종속성이 걸리면 포크 제대로 동작하지 않을 것 같아 삭제
1 parent 5097d09 commit 7e656ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
sync:
2424
name: Sync forked repo
2525
runs-on: ubuntu-latest
26-
needs: quality
2726
if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
2827

2928
steps:

0 commit comments

Comments
 (0)