Skip to content

feat: add workflow_dispatch trigger to terraform.yml#167

Merged
sed-i merged 1 commit intomainfrom
copilot/adjust-workflow-manual-trigger
Dec 10, 2025
Merged

feat: add workflow_dispatch trigger to terraform.yml#167
sed-i merged 1 commit intomainfrom
copilot/adjust-workflow-manual-trigger

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 10, 2025

Issue

The terraform.yml workflow cannot be manually triggered from the GitHub Actions UI.

Solution

Add workflow_dispatch trigger to enable manual execution while preserving automatic runs on pull requests modifying .tf files.

on:
  workflow_dispatch:
  pull_request:
    paths:
      - "**/*.tf"

Checklist

  • I have added or updated relevant documentation.
  • PR title makes an appropriate release note and follows conventional commits syntax.
  • Merge target is the correct branch, and relevant tandem backport PRs opened.

Context

GitHub Actions workflow_dispatch enables manual workflow execution via the Actions tab. No inputs required for this workflow.

Testing Instructions

Navigate to Actions tab → Terraform workflow → "Run workflow" button should be available.

Upgrade Notes

No upgrade actions required.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • canonical-bos01.cdn.snapcraftcontent.com
    • Triggering command: /usr/lib/snapd/snapd /usr/lib/snapd/snapd (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

On terraform.yml, Adjust the workflow so we're able to manually trigger it from the "Actions" tab.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@sed-i sed-i marked this pull request as ready for review December 10, 2025 16:00
Copilot AI changed the title [WIP] Adjust Terraform workflow for manual triggering feat: add workflow_dispatch trigger to terraform.yml Dec 10, 2025
Copilot AI requested a review from sed-i December 10, 2025 16:01
@sed-i sed-i force-pushed the copilot/adjust-workflow-manual-trigger branch from 43a4558 to 3c36a54 Compare December 10, 2025 16:01
@sed-i sed-i merged commit d6edaf7 into main Dec 10, 2025
1 check passed
@sed-i sed-i deleted the copilot/adjust-workflow-manual-trigger branch December 10, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants