Skip to content

Commit ef7cfa1

Browse files
author
Vincent Li
committed
updates
1 parent 1cf0cb9 commit ef7cfa1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_smoketest_dispatch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI Smoketest Dispatch
22

33
on:
4+
push:
5+
branches: ["ci_test"]
46
workflow_dispatch:
57
inputs:
68
ref:
@@ -20,7 +22,7 @@ jobs:
2022
- name: Checkout
2123
uses: actions/checkout@v4
2224
with:
23-
ref: ${{ inputs.ref }}
25+
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.ref_name }}
2426
submodules: recursive
2527

2628
- name: Setup Python

0 commit comments

Comments
 (0)