Skip to content

Commit

Permalink
Update reftest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby authored Feb 10, 2025
1 parent f71135a commit e9fe3ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/reftest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: explore self-test fail

on:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
on: [workflow_dispatch]

#on:
#workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
# Runs on pushes targeting the default branch
#push:
# branches-ignore:
Expand Down Expand Up @@ -51,4 +53,4 @@ jobs:
run: |
ls
ls ..
python tests/test_scriptref.py
python tests/test_scriptref.py

0 comments on commit e9fe3ba

Please sign in to comment.