Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 5, 2023
1 parent 6d8a7f2 commit c7745fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ jobs:
if: always() && needs.set_github_outputs.outputs.DOCKER_POLICY == '1' || (
needs.test_suite.result == 'success' ||
needs.test_suite.result == 'skipped' && needs.set_github_outputs.outputs.DOCKER_JOB_POLICY == '2'
) }}
)

# if: ${{ needs.set_github_outputs.outputs.DOCKER_POLICY == '1' && (
# needs.set_github_outputs.outputs.always_run == 'true' ||
Expand Down

0 comments on commit c7745fd

Please sign in to comment.