Skip to content

Commit

Permalink
Merge pull request #121 from Integration-Automation/dev
Browse files Browse the repository at this point in the history
Now test scheduled
  • Loading branch information
JE-Chen committed Aug 3, 2023
2 parents c7c57fa + 813af0f commit c289072
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 1 * * *"

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 1 * * *"

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 1 * * *"

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 1 * * *"

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 1 * * *"

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 1 * * *"

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 1 * * *"

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 1 * * *"

permissions:
contents: read
Expand Down

0 comments on commit c289072

Please sign in to comment.