Skip to content

Commit 727205d

Browse files
committed
ci: final check 스크립트 삭제
1 parent 9742c74 commit 727205d

File tree

3 files changed

+1
-66
lines changed

3 files changed

+1
-66
lines changed

.github/workflows/ci_gradle.yml

-7
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,3 @@ jobs:
4040

4141
- name: Stop Docker Compose
4242
run: docker-compose -f docker-compose-test.yml down
43-
44-
- name: Trigger Final Check
45-
run: |
46-
curl -X POST -H "Accept: application/vnd.github.v3+json" \
47-
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
48-
https://api.github.com/repos/${{ github.repository }}/dispatches \
49-
-d '{"event_type":"final_check", "client_payload": {"pull_request_number": ${{ github.event.pull_request.number }}}}'

.github/workflows/dummy.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,4 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Trigger Final Check
13-
run: |
14-
curl -X POST -H "Accept: application/vnd.github.v3+json" \
15-
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
16-
https://api.github.com/repos/${{ github.repository }}/dispatches \
17-
-d '{"event_type":"final_check", "client_payload": {"pull_request_number": ${{ github.event.pull_request.number }}}}'
12+
run: echo "Running CD workflow"

.github/workflows/final.yml

-53
This file was deleted.

0 commit comments

Comments
 (0)