Skip to content

Comments

ci: add workflow_dispatch so ci-images can be triggered from UI#49

Merged
bhcopeland merged 1 commit intokernelci:masterfrom
roxell:trigger-workflow-via-ui
Feb 5, 2026
Merged

ci: add workflow_dispatch so ci-images can be triggered from UI#49
bhcopeland merged 1 commit intokernelci:masterfrom
roxell:trigger-workflow-via-ui

Conversation

@roxell
Copy link
Collaborator

@roxell roxell commented Feb 5, 2026

Add workflow_dispatch to the ci workflow so that we can trigger the ci-image builds from the github UI when we need to rebuild them without having to change the Dockerfiles. On normal push the change-detection is still there so images only get rebuild if there is changes in the Dockerfile.

Steps to trigger via UI:

  1. Go to Actions tab
  2. Click "CI" in the left sidebar
  3. Click "Run workflow" dropdown on the right
  4. Select the branch
  5. Click "Run workflow"

Add workflow_dispatch to the ci workflow so that we can trigger the
ci-image builds from the github UI when we need to rebuild them
without having to change the Dockerfiles. On normal push the
change-detection is still there so images only get rebuild if there
is changes in the Dockerfile.

Steps to trigger via UI:
1. Go to Actions tab
2. Click "CI" in the left sidebar
3. Click "Run workflow" dropdown on the right
4. Select the branch
5. Click "Run workflow"

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
@bhcopeland bhcopeland merged commit a6ccd9b into kernelci:master Feb 5, 2026
28 of 30 checks passed
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