Skip to content

Commit 05c2d4f

Browse files
committed
TEST
1 parent fdb7fac commit 05c2d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
200200
test_latest_dependencies:
201201
name: Latest Dependencies
202-
if: ${{ github.event_name == 'schedule' }}
202+
# if: ${{ github.event_name == 'schedule' }}
203203
runs-on: ubuntu-22.04
204204
env:
205205
PYTHON_VERSION: "3.x"
@@ -239,7 +239,7 @@ jobs:
239239
240240
test_latest_release:
241241
name: Latest Release
242-
if: ${{ github.event_name == 'schedule' }}
242+
# if: ${{ github.event_name == 'schedule' }}
243243
runs-on: ubuntu-22.04
244244
steps:
245245
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)