Skip to content

Commit 18c6677

Browse files
committed
This should show something
1 parent c1af878 commit 18c6677

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/hrx-ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: HRX CI
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
branches:
7+
- hrx-integration
8+
9+
jobs:
10+
hrx-bench:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- run: echo "HRX CI workflow triggered on PR to hrx-integration"

0 commit comments

Comments
 (0)