Skip to content

Commit

Permalink
Run integration tests on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 20, 2023
1 parent ab90edc commit 09a060c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/aio_integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: types-aiobotocore integration

on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: boto3-stubs integration

on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit 09a060c

Please sign in to comment.