Skip to content

Commit 99d4642

Browse files
committed
Changed name of workflow
1 parent 0c6ee2a commit 99d4642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-links-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Numba Release Candidate Check
1+
name: Check URL Links
22
on:
33
workflow_dispatch:
44
repository_dispatch:
5-
types: [check_links]
5+
types: [check_url_links]
66
jobs:
77
check_links:
88
runs-on: ubuntu-latest
@@ -26,6 +26,6 @@ jobs:
2626
- name: Install STUMPY And Other Dependencies
2727
run: python -m pip install --editable .[ci]
2828
shell: bash
29-
- name: Check Links
29+
- name: Check URL Links
3030
run: ./test.sh links
3131
shell: bash

0 commit comments

Comments
 (0)