Skip to content

Commit

Permalink
Merge pull request #119 from opentofu/rename-gha
Browse files Browse the repository at this point in the history
  • Loading branch information
Yantrio authored Sep 2, 2024
2 parents 635a20d + cacb475 commit 5a7bcf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate (manual)
name: Index (manual)
permissions: {}
on:
workflow_dispatch:
Expand All @@ -23,7 +23,7 @@ on:
default: ""
description: "Force regenerating a namespace, name, or target system. This parameter is a comma-separate list consisting of either a namespace, a namespace and a name separated by a /, or a namespace, name and target system separated by a /. Example: namespace/name/targetsystem,othernamespace/othername"
concurrency:
group: generate
group: index
cancel-in-progress: false
jobs:
generate:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Generate
name: Index
permissions: {}
on:
schedule:
- cron: "0 * * * *" # Run every hour
concurrency:
group: generate
group: index
cancel-in-progress: false
jobs:
generate:
Expand Down

0 comments on commit 5a7bcf0

Please sign in to comment.