Skip to content

Commit

Permalink
Merge pull request f4pga#2289 from antmicro/reduce-gh-bot-frequency
Browse files Browse the repository at this point in the history
gh: conda lock: reduce frequency to once a week
  • Loading branch information
acomodi committed Oct 5, 2021
2 parents 5a790e0 + db0b602 commit c2c0f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_conda_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: update_conda_lock
on:
push:
schedule:
- cron: '0 3 * * *'
- cron: '0 3 * * 0'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c2c0f00

Please sign in to comment.