Skip to content

Commit 3eeca12

Browse files
committed
Minor change
1 parent 2b8a19c commit 3eeca12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ on:
4747
- cron: '0 14 * * *' # 2pm UTC == 9am EST
4848
```
4949

50-
~~
50+
<del>
5151
# Triggering the Workflow Externally Via Github API
5252

5353
In the workflow, specify the `event_type` through the `repository_dispatch` custom event trigger:
@@ -73,4 +73,4 @@ Then, this can be triggered through the Github API via cron-job.org:
7373
8. Add a `Authorization:token <Personal_Access_Token>` key-value header
7474
9. Change the "Request Method" to "POST"
7575
10. And add a `{"event_type": "check_numba_python_compatibility"}` Request body
76-
~~
76+
</del>

0 commit comments

Comments
 (0)