Skip to content

Commit

Permalink
Merge pull request #1733 from lbarcziova/actor-check-fix
Browse files Browse the repository at this point in the history
Skip actor pre_check if actor not present

This should make the behaviour the same as it was previously (before handler pre_checks refactoring

      packit-service/packit_service/worker/jobs.py

         Line 422
      in
      da94cc9

           if self.event.actor and not handler.check_if_actor_can_run_job_and_report(

): if the actor is None, the actor pre_check will be skipped (e.g. pushes to branch, releases).

RELEASE NOTES BEGIN
RELEASE NOTES END

Reviewed-by: Matej Focko <None>
Reviewed-by: None <None>
Reviewed-by: Laura Barcziová <None>
Reviewed-by: Maja Massarini <None>
  • Loading branch information
softwarefactory-project-zuul[bot] authored and nforro committed Nov 2, 2022
1 parent 250708d commit ce825c4
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit ce825c4

Please sign in to comment.