Thanks to visit codestin.com Credit goes to github.com
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 0c6ee2a commit 99d4642Copy full SHA for 99d4642
.github/workflows/check-links-actions.yml
@@ -1,8 +1,8 @@
1
-name: Numba Release Candidate Check
+name: Check URL Links
2
on:
3
workflow_dispatch:
4
repository_dispatch:
5
- types: [check_links]
+ types: [check_url_links]
6
jobs:
7
check_links:
8
runs-on: ubuntu-latest
@@ -26,6 +26,6 @@ jobs:
26
- name: Install STUMPY And Other Dependencies
27
run: python -m pip install --editable .[ci]
28
shell: bash
29
- - name: Check Links
+ - name: Check URL Links
30
run: ./test.sh links
31
0 commit comments