Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: build image for self hosted gh runner test #340

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

anjannath
Copy link
Collaborator

this workflow uses path filters and runs only when files related to self hosted runner code changes

it then triggers the workflow for the self hosted runner test, making the workflow run only for file changes in the self hosted runner modules


on:
push:
branches: [ main ]
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we can remove push, as I set up rule for require rebase on PRs...meaning just before merge we already tested with latest changes in code. WDYT?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah we can remove it in that case

this workflow uses path filters and runs only when
files related to self hosted runner code changes

it then triggers the workflow for the  self hosted
runner test, making the workflow run only for file
changes in the self hosted runner modules
changes the build-on-hosted-runner workflow to run
upon completion of the build-img-ghrunner workflow
@anjannath anjannath merged commit 36b3308 into redhat-developer:main Dec 9, 2024
5 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