Skip to content

Commit 41f80d3

Browse files
committed
test
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 7cb6d00 commit 41f80d3

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/daily_check_issue_and_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
on:
1212
schedule:
1313
- cron: "30 22 * * *"
14+
workflow_dispatch:
1415

1516
jobs:
1617
close-issues:

.github/workflows/nightly-docker-build-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ on:
2525
workflow_dispatch:
2626

2727
env:
28-
EXAMPLES: ${{ vars.NIGHTLY_RELEASE_EXAMPLES }}
28+
EXAMPLES: "CodeGen,CodeTrans"
29+
# ${{ vars.NIGHTLY_RELEASE_EXAMPLES }}
2930
TAG: "latest"
3031
PUBLISH_TAGS: "latest"
3132

CodeGen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Code Generation Example (CodeGen)
22

33
## Table of Contents
4-
4+
##
55
- [Overview](#overview)
66
- [Problem Motivation](#problem-motivation)
77
- [Architecture](#architecture)

CodeGen/tests/test_compose_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# Copyright (C) 2024 Intel Corporation
33
# SPDX-License-Identifier: Apache-2.0
4-
4+
##
55
set -xe
66
IMAGE_REPO=${IMAGE_REPO:-"opea"}
77
IMAGE_TAG=${IMAGE_TAG:-"latest"}

0 commit comments

Comments
 (0)