Skip to content

Commit

Permalink
feat(workflow): add manual trigger for Terraform GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Added `workflow_dispatch` to allow manual triggering of the workflow.
- This change enhances the flexibility of the CI/CD pipeline by enabling on-demand execution.
  • Loading branch information
erikreinert committed Jul 12, 2024
1 parent 32202f8 commit 18e0491
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
schedule:
- cron: "{{ .Schedule }}"
{{- end }}
workflow_dispatch:

env:
CACHIX_BINARY_CACHE: {{ .Nix.Cachix.BinaryCache }}
Expand Down

0 comments on commit 18e0491

Please sign in to comment.