Skip to content

Commit

Permalink
#311 process jobs from github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Suban05 committed Aug 24, 2024
1 parent b26f9b8 commit 5fc85e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions judges/github-events/github-events.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def self.fetch_workflows(pr)
succeeded_builds = 0
failed_builds = 0
Fbe.octo.check_runs_for_ref(pr[:base][:repo][:full_name], pr[:head][:sha])[:check_runs].each do |run|
next unless run[:app][:slug] == 'github-actions'
workflow = Fbe.octo.workflow_run(
pr[:base][:repo][:full_name],
Fbe.octo.workflow_run_job(pr[:base][:repo][:full_name], run[:id])[:run_id]
Expand Down

0 comments on commit 5fc85e5

Please sign in to comment.