build(deps): bump github/codeql-action from 3.26.5 to 3.26.8 #355
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ccruntime e2e test for PR | |
on: | |
pull_request_target: | |
branches: | |
- 'main' | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- labeled | |
paths-ignore: | |
- 'docs/**' | |
jobs: | |
e2e-pr: | |
if: ${{ contains(github.event.pull_request.labels.*.name, 'ok-to-test') }} | |
uses: ./.github/workflows/ccruntime_e2e.yaml | |
with: | |
target-branch: ${{ github.event.pull_request.base.ref }} | |
commit-hash: ${{ github.event.pull_request.head.sha }} |