feat: add force_redeploy input to workflow_dispatch

Open
#129 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
azure, github-actions
Domain
ci-cd, cloud, devops

Research direction

Start by locating the workflow_dispatch definition and the skip-if-unchanged logic in the repository's GitHub Actions workflows. Trace how deployment decisions are made, then verify that the new boolean input allows a same-commit full redeploy, including Azure environment-variable changes or image rebuilds.

Written by the indexing model from the issue text.

Description

enhancement

Add a boolean input to workflow_dispatch that bypasses the skip-if-unchanged logic. Useful when operators want to force a full redeploy on the same commit (e.g., after environment variable changes in Azure, or to force image rebuild).

Dominant language
Python
Stars
17
Forks
8
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure-Samples/tutor

All issues in Azure-Samples/tutor

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.