We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe9ea9 commit f6880e0Copy full SHA for f6880e0
1 file changed
.github/workflows/get_new_package_versions.yml
@@ -6,8 +6,9 @@ permissions:
6
pull-requests: write
7
8
on:
9
- schedule:
10
- - cron: '0 */12 * * *'
+ push
+ #schedule:
11
+ # - cron: '0 */12 * * *'
12
13
jobs:
14
# first job will run a script to get a list of packages to update
0 commit comments