Skip to content

Commit

Permalink
Remove github action in the push event.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Nov 1, 2024
1 parent 139c318 commit 5a3e92b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Scheduled Tests

on:
push:
branches:
- add-pyproject-toml
workflow_dispatch: # Manual trigger
schedule: # Scheduled trigger
- cron: "15,45 14-23,0-1 * * 1-5" # At minutes 15 and 45 past every hour from 14:00 through 01:00 on every day-of-week from Monday through Friday.
Expand Down

0 comments on commit 5a3e92b

Please sign in to comment.