Skip to content

ci: update workflow triggers and references#57

Open
vineetbavniya-cd wants to merge 1 commit intomasterfrom
ci/update-workflows
Open

ci: update workflow triggers and references#57
vineetbavniya-cd wants to merge 1 commit intomasterfrom
ci/update-workflows

Conversation

@vineetbavniya-cd
Copy link
Copy Markdown
Contributor

@vineetbavniya-cd vineetbavniya-cd commented Apr 10, 2026

📌 Description

  • update trigger conditions in GitHub Actions workflows
  • update referenced files across CI workflows

🔄 Type of Change

  • 🐛 Bug fix (non-breaking change)
  • ✨ New resource / feature
  • ♻️ Refactoring
  • ⚡ Performance improvement
  • 🔒 Security improvement
  • 📝 Documentation update
  • ⚠️ BREAKING CHANGE
  • ⚙️ CI/CD update

🌍 Terraform Scope

  • New resource added
  • Existing resource updated
  • Variable(s) modified
  • Output(s) modified
  • Provider / backend configuration change
  • CI/CD (Terraform workflow) update
  • Examples / usage updated

✅ Checklist

  • Code follows Terraform best practices
  • terraform fmt -recursive and terraform validate have been executed
  • terraform plan has been reviewed and changes are expected
  • Changes are backward compatible (or breaking changes are clearly documented)
  • Documentation has been updated (README, examples, etc.)
  • Variables and outputs are properly defined and documented
  • No sensitive data (secrets, credentials, keys) is exposed

🧩 Terraform Version & Providers

  • Terraform Version:
  • Provider(s):

🧪 Testing

  • Tested locally using terraform plan / apply
  • Tested in a staging / sandbox environment (if applicable)

Test Details:


📸 Screenshots / Documentation


🔗 Related Issues

Closes #


📝 Additional Notes

@vineetbavniya-cd vineetbavniya-cd self-assigned this Apr 10, 2026
@vineetbavniya-cd vineetbavniya-cd added the github_actions Pull requests that update GitHub Actions code label Apr 10, 2026
Comment on lines +9 to +15
uses: clouddrove/github-shared-workflows/.github/workflows/release-changelog.yml@master
with:
branch: 'master'
branch: master
tag_format: vX.Y.Z
release_tag: ${{ github.ref_name }}
secrets:
GITHUB: ${{ secrets.GITHUB_TOKEN }} No newline at end of file
Comment on lines +8 to +9
if: github.actor != 'dependabot[bot]'
uses: clouddrove/github-shared-workflows/.github/workflows/pr-checks.yml@master No newline at end of file
Comment on lines +31 to +39
if: github.actor != 'dependabot[bot]'
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
with:
working_directory: './examples/complete-function/'
provider: none
provider: aws
enable_plan: true
show_plan: false
secrets:
BUILD_ROLE: ${{ secrets.BUILD_ROLE }} No newline at end of file
Comment on lines +9 to +12
if: github.actor != 'dependabot[bot]'
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@master
secrets:
GITHUB: ${{ secrets.GITHUB }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants