Skip to content

Commit

Permalink
Switch to cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-izval committed Nov 14, 2023
1 parent 04f4311 commit c2cae4c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Update versions

on: push
# schedule:
# - cron: "0 0 * * 0"
on:
schedule:
- cron: "0 0 * * 0"

concurrency:
group: update
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# nixpkgs-terraform
All Terraform versions (>=1.5.0), kept up-to-date on weekly basis using Nix. Heavily inspired by [cachix/nixpkgs-python](https://github.com/cachix/nixpkgs-python).

[![CI](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/ci.yml/badge.svg)](https://github.com/stackbuilders/nixpkgs-terraform/actions/workflows/ci.yml)
4 changes: 4 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
"1.5.1": {
"hash": "sha256-dqnJGIoUJP37Z77TR2RBxP94Hx3AZbx90m8z1FoYdw0=",
"vendorHash": "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0="
},
"1.5.0": {
"hash": "sha256-QLCmA4u0br9EyQ244VcpLW5GkZm+bhq2/vvxSbYolCY=",
"vendorHash": "sha256-tfCfJj39VP+P4qhJTpEIAi4XB+6VYtVKkV/bTrtnFA0="
}
}

0 comments on commit c2cae4c

Please sign in to comment.