Skip to content

Commit

Permalink
Now test scheduled
Browse files Browse the repository at this point in the history
Now test scheduled
  • Loading branch information
JE-Chen committed Aug 3, 2023
1 parent 7824f03 commit 1d5b7c2
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev_python3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
schedule:
- cron: "0 2 * * *"

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dev_python3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
schedule:
- cron: "0 2 * * *"

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dev_python3_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
schedule:
- cron: "0 2 * * *"

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dev_python3_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
schedule:
- cron: "0 2 * * *"

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stable_python3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 2 * * *"

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stable_python3_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 2 * * *"

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stable_python3_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 2 * * *"

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stable_python3_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 2 * * *"

permissions:
contents: read
Expand Down

0 comments on commit 1d5b7c2

Please sign in to comment.