Skip to content

Commit 3b61784

Browse files
DEV: updates slow tests workflow
1 parent 43a4aa3 commit 3b61784

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-pytest-slow.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Scheduled Tests
22

33
on:
44
schedule:
5-
- cron: "0 17 */14 * 5" # every 2 weeks, always on a Friday at 17:00
5+
- cron: "0 17 * * 5" # at 05:00 PM, only on Friday
66
timezone: "America/Sao_Paulo"
77

88
defaults:
@@ -11,7 +11,6 @@ defaults:
1111

1212
jobs:
1313
pytest:
14-
if: github.ref == "refs/heads/master" || github.ref == "refs/heads/develop"
1514
runs-on: ubuntu-latest
1615
strategy:
1716
matrix:

0 commit comments

Comments
 (0)