We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02d8b0 commit cf89c7bCopy full SHA for cf89c7b
.github/workflows/benchmark.yml
@@ -463,7 +463,7 @@ jobs:
463
464
run_doc_benchmark:
465
runs-on: ubuntu-latest
466
- if: ${{ 'push' == github.event_name }} or ${{ 'Samsung/CredSweeper' == github.event.pull_request.head.repo.full_name }}
+ if: ${{ 'push' == github.event_name || 'Samsung/CredSweeper' == github.event.pull_request.head.repo.full_name }}
467
steps:
468
- name: Harden Runner
469
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0 - 2026.03.16
0 commit comments