Skip to content

Commit

Permalink
ci: fix trigger date
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Aug 13, 2024
1 parent 75ec3da commit da168b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Trigger Release

"on":
schedule:
- cron: "30 10 * * 2"
- cron: "45 10 * * 3"

jobs:
pull-request:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Tests

on:
pull_request:
push:
branches: ["dev"]

env:
PYTHON_VERSION_DEFAULT: "3.10.8"
Expand Down

0 comments on commit da168b7

Please sign in to comment.