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 f71135a commit e9fe3baCopy full SHA for e9fe3ba
.github/workflows/reftest.yml
@@ -1,7 +1,9 @@
1
name: explore self-test fail
2
3
-on:
4
- workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
+on: [workflow_dispatch]
+
5
+#on:
6
+ #workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
7
# Runs on pushes targeting the default branch
8
#push:
9
# branches-ignore:
@@ -51,4 +53,4 @@ jobs:
51
53
run: |
52
54
ls
55
ls ..
- python tests/test_scriptref.py
56
+ python tests/test_scriptref.py
0 commit comments