Skip to content

Commit

Permalink
UPBGE: Update publish-api-and-stubs.yml
Browse files Browse the repository at this point in the history
Due to new automated builds we have to reduce the execution of the publish API and Stubs. It will be launch once a week only.
  • Loading branch information
lordloki authored Feb 3, 2025
1 parent 403451d commit 3741a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-api-and-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: publish-api-and-stubs

on:
schedule:
- cron: "0 1 * * *" # Run at 1 AM UTC
- cron: "0 1 * * 0" # Execute Sundays at 1 AM UTC

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 3741a48

Please sign in to comment.