Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci/#355 #358

Merged
merged 12 commits into from
Jul 10, 2024
2 changes: 1 addition & 1 deletion .github/workflows/ci_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
curl -X POST -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/dispatches \
-d '{"event_type":"final_check"}'
-d '{"event_type":"final_check", "client_payload": {"pull_request_number": ${{ github.event.pull_request.number }}}}'
2 changes: 1 addition & 1 deletion .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
curl -X POST -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/dispatches \
-d '{"event_type":"final_check"}'
-d '{"event_type":"final_check", "client_payload": {"pull_request_number": ${{ github.event.pull_request.number }}}}'
1 change: 1 addition & 0 deletions .github/workflows/final.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Final Check

on:
workflow_dispatch:
repository_dispatch:
types: [ final_check ]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Spon-us(스포너스)는 대학생 단체와 기업 간의 협찬, 제휴, 그
<img src="https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white">
<img src="https://img.shields.io/badge/Notion-000000?style=for-the-badge&logo=notion&logoColor=white">
<img src="https://img.shields.io/badge/Swagger-85EA2D?style=for-the-badge&logo=swagger&logoColor=white">
<img src="https://img.shields.io/badge/Discord-5865FE?style=for-the-badge&logo=discord&logoColor=white">
<img src="https://img.shields.io/badge/Discord-5865FE?style=for-the-flat&logo=discord&logoColor=white">
</p>

<br>
Expand Down
Loading