Skip to content

Commit

Permalink
DEV: updates slow tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Aug 13, 2024
1 parent 43a4aa3 commit 3b61784
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-pytest-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Scheduled Tests

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

defaults:
Expand All @@ -11,7 +11,6 @@ defaults:

jobs:
pytest:
if: github.ref == "refs/heads/master" || github.ref == "refs/heads/develop"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 3b61784

Please sign in to comment.