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

Test rebuild trigger #1145

Draft
wants to merge 2 commits into
base: staging
Choose a base branch
from
Draft

Test rebuild trigger #1145

wants to merge 2 commits into from

Conversation

goodov
Copy link
Member

@goodov goodov commented Jul 25, 2024

TODO for a rebuild trigger via label to work:

  1. add a separate workflow that will act on label add.
  2. this separate workflow should trigger all required jobs via workflow_dispatch.

I haven't found a way to simulate "pull_request" event to trigger related jobs as if Github triggered them in a normal way.

the workflow that builds/tests stuff cannot act on label add on its own, because any added label will invalidate the last job state.

Copy link
Contributor

github-actions bot commented Jul 25, 2024

❌ Test Seed Generation Failed

Workflow logs for more information.

@goodov goodov added CI/rebuild Trigger rebuild CI/no-rebase Do not rebase on build and removed CI/rebuild Trigger rebuild labels Jul 25, 2024
@goodov goodov force-pushed the rebuild-trigger branch 4 times, most recently from 3d10722 to 5580963 Compare July 25, 2024 12:19
@github-actions github-actions bot removed the CI/rebuild Trigger rebuild label Jul 25, 2024
@goodov goodov added CI/rebuild Trigger rebuild and removed CI/no-rebase Do not rebase on build labels Jul 25, 2024
@github-actions github-actions bot removed the CI/rebuild Trigger rebuild label Jul 25, 2024
@goodov goodov force-pushed the rebuild-trigger branch 3 times, most recently from 29f0646 to 15702e7 Compare August 30, 2024 11:22
@goodov goodov force-pushed the rebuild-trigger branch 3 times, most recently from 95a1425 to 46224dd Compare August 30, 2024 11:31
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.

1 participant