Skip to content

Commit

Permalink
Stop running update_stubs daily
Browse files Browse the repository at this point in the history
need to fix fix ubuntu shutting down all the time first
  • Loading branch information
Josverl authored Oct 13, 2024
1 parent 6105454 commit a72084b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ name: update_stubs

on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # Run every day at 01:00
# schedule:
# - cron: "0 1 * * *" # Run every day at 01:00
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1

Expand Down

0 comments on commit a72084b

Please sign in to comment.