Skip to content

Commit ddb6b77

Browse files
committed
Remove conditional check for workflow run failure in CI job
1 parent 4d5c9eb commit ddb6b77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/copilot-actions-report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
jobs:
77
ci-failure:
88
runs-on: ubuntu-latest
9-
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
109
steps:
1110
- uses: actions/checkout@v6
1211
- uses: austenstone/copilot-cli@main

0 commit comments

Comments
 (0)