Skip to content

Commit

Permalink
fix slow tests in master
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Jan 24, 2024
1 parent bcfd966 commit 330696a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/slow-test-develop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Slow test
name: Slow test (develop)

on:
schedule:
- cron: '0 1 * * *'
- cron: '0 2 * * *'

workflow_dispatch:

Expand All @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ 3.8, 3.7 ]
python-version: [ 3.10.13 ]

steps:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slow-test-master.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Slow test
name: Slow test (master)

on:
schedule:
- cron: '30 1 * * 0'
- cron: '0 1 * * 0'

workflow_dispatch:

Expand Down

0 comments on commit 330696a

Please sign in to comment.