Skip to content

Commit

Permalink
[INFRA] Move CI to running on fork repository container
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X committed Sep 14, 2023
1 parent 32001a9 commit 2b9c0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
const name = 'Build'
const head_sha = context.payload.pull_request.head.sha
let status = 'queued'
console.log('runs: ' + runs)
if (!runs || runs.data.workflow_runs.length === 0) {
status = 'completed'
const conclusion = 'action_required'
Expand Down

0 comments on commit 2b9c0be

Please sign in to comment.