Skip to content

Commit 3b0cc0b

Browse files
committed
check if actions works
1 parent 550a5ba commit 3b0cc0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_napari_widgets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
include:
4242
- napari: "napari54"
4343
qt_backend: "PySide2"
44-
if: github.event_name == 'push'
44+
# if: github.event_name == 'push'
4545
uses: ./.github/workflows/base_test_workflow.yml
4646
with:
4747
python_version: "3.9"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
base-test-main:
104104
name: Base py${{ matrix.python_version }}
105-
if: github.event_name == 'push'
105+
# if: github.event_name == 'push'
106106
uses: ./.github/workflows/base_test_workflow.yml
107107
needs: download_data
108108
strategy:

0 commit comments

Comments
 (0)