Skip to content

Commit

Permalink
check if actions works
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 19, 2024
1 parent 550a5ba commit 3b0cc0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_napari_widgets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
include:
- napari: "napari54"
qt_backend: "PySide2"
if: github.event_name == 'push'
# if: github.event_name == 'push'
uses: ./.github/workflows/base_test_workflow.yml
with:
python_version: "3.9"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

base-test-main:
name: Base py${{ matrix.python_version }}
if: github.event_name == 'push'
# if: github.event_name == 'push'
uses: ./.github/workflows/base_test_workflow.yml
needs: download_data
strategy:
Expand Down

0 comments on commit 3b0cc0b

Please sign in to comment.