Skip to content

Conversation

Copy link

Copilot AI commented Dec 8, 2025

The build-docker-test.yml workflow was not configured to run when its own file was modified, unlike other workflows in the repository.

Changes

  • Added push trigger with path filter to .github/workflows/build-docker-test.yml:
    push:
      paths:
        - .github/workflows/build-docker-test.yml

This follows the pattern established by Actions-workflow.yml and ensures the workflow validates itself when modified.

Original prompt

On build-docker-test.yml, run build-docker-test.yml


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: xwang2713 <4911061+xwang2713@users.noreply.github.com>
Copilot AI changed the title [WIP] Run build-docker-test.yml Add push trigger to build-docker-test.yml for self-modification detection Dec 8, 2025
Copilot AI requested a review from xwang2713 December 8, 2025 00:10
Copy link
Owner

@xwang2713 xwang2713 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@xwang2713 xwang2713 force-pushed the HPCC-33185-Docker-HPCC-Test branch 6 times, most recently from 10c5fa0 to bf87dd4 Compare December 9, 2025 13:30
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