Skip to content

Commit

Permalink
.github/workflows: Add Intel CI Jenkins trigger job
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Dec 5, 2024
1 parent 0931d06 commit 418ddb5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/intel_ci_trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 'Intel CI'

on:
workflow_dispatch:
pull_request:
branches:
- '**'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
launch_jenkins_job:
runs-on: [intel-ci]
steps:
- name: Set PR for Jenkins Job
run:
echo ${{ github.event.number }} >> ~/prs.txt

0 comments on commit 418ddb5

Please sign in to comment.