.github/workflows/update-terraform-providers.yml: disable scheduled update

try nixpkgs-update with passthru.updateScript
This commit is contained in:
zowoq 2022-09-09 11:25:02 +10:00
parent 8303af8aac
commit 5fabd2ba5a

View File

@ -1,8 +1,8 @@
name: "Update terraform-providers"
on:
schedule:
- cron: "14 3 * * 0"
#schedule:
# - cron: "14 3 * * 0"
workflow_dispatch:
permissions: