We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8a19c commit 3eeca12Copy full SHA for 3eeca12
README.md
@@ -47,7 +47,7 @@ on:
47
- cron: '0 14 * * *' # 2pm UTC == 9am EST
48
```
49
50
-~~
+<del>
51
# Triggering the Workflow Externally Via Github API
52
53
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:
73
8. Add a `Authorization:token <Personal_Access_Token>` key-value header
74
9. Change the "Request Method" to "POST"
75
10. And add a `{"event_type": "check_numba_python_compatibility"}` Request body
76
+</del>
0 commit comments