Commit 727205d 1 parent 9742c74 commit 727205d Copy full SHA for 727205d
File tree 3 files changed +1
-66
lines changed
3 files changed +1
-66
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : Stop Docker Compose
42
42
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 }}}}'
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
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"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments