Skip to content

Commit

Permalink
fix(trigger.py): Ignore commit created by user
Browse files Browse the repository at this point in the history
Users might trigger tip of tree commit before trigger,
ignore them and execute our own test set.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Oct 8, 2024
1 parent 2854d2c commit 7c00b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def _run_trigger(self, build_config, force, timeout, trees):
"kind": "checkout",
"data.kernel_revision.commit": head_commit,
"owner": self._current_user['username'],
"submitter": "service:pipeline"
})

if node_count > 0:
Expand Down

0 comments on commit 7c00b8b

Please sign in to comment.