Skip to content

fix: sync pipeline when the event start from fresh run - #678

Open
y-oksaku wants to merge 3 commits into
masterfrom
fix-sync-pipeline
Open

fix: sync pipeline when the event start from fresh run#678
y-oksaku wants to merge 3 commits into
masterfrom
fix-sync-pipeline

Conversation

@y-oksaku

@y-oksaku y-oksaku commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Context

If a job exists in the old event but was removed from the latest event, users cannot new run the job from the old event.

e.g.)

In the following case, when user new run on the job b, then the error No jobs to start occurs.

eg
# Old yaml
jobs:
  a: ...
  b: ...

# Latest yaml
jobs:
  a: ...

Objective

Sync pipeline with old event's sha to sync workflow graph same as Restart case.

References

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

Comment thread test/lib/token.test.js
Comment on lines +121 to +124
lastUsed: '2017-05-10T01:49:59.327Z',
issuerId: undefined,
expiresAt: undefined,
options: undefined

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

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