Skip to content

Commit

Permalink
Run PyInstaller only once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Dec 27, 2021
1 parent 048832d commit f00d877
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: PyInstaller

on: push
on:
schedule:
- cron: "0 15 6 * *"
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit f00d877

Please sign in to comment.