Skip to content

Commit e9fe3ba

Browse files
authored
Update reftest.yml
1 parent f71135a commit e9fe3ba

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/reftest.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: explore self-test fail
22

3-
on:
4-
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
3+
on: [workflow_dispatch]
4+
5+
#on:
6+
#workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
57
# Runs on pushes targeting the default branch
68
#push:
79
# branches-ignore:
@@ -51,4 +53,4 @@ jobs:
5153
run: |
5254
ls
5355
ls ..
54-
python tests/test_scriptref.py
56+
python tests/test_scriptref.py

0 commit comments

Comments
 (0)