Skip to content

Commit 1309a8c

Browse files
committed
update
Signed-off-by: minmingzhu <minming.zhu@intel.com>
1 parent 5cccfcc commit 1309a8c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dev_cron.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
38-
38+
with:
39+
repository: ${{ github.repository }}
40+
ref: ${{ github.event.pull_request.base.ref }}
3941
- name: Comment Issues link
4042
if: |
4143
github.event_name == 'pull_request_target' &&

0 commit comments

Comments
 (0)