Skip to content

Commit 9988855

Browse files
committed
Fix issue and remove test code
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 41f80d3 commit 9988855

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/daily_check_issue_and_pr.yml

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

1615
jobs:
1716
close-issues:

.github/workflows/manual-example-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
permissions:
9696
actions: read
9797
attestations: read
98+
checks: read
9899
discussions: read
99100
models: read
100101
repository-projects: read

.github/workflows/manual-image-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
permissions:
6666
actions: read
6767
attestations: read
68+
checks: read
6869
discussions: read
6970
models: read
7071
repository-projects: read

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

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

2727
env:
28-
EXAMPLES: "CodeGen,CodeTrans"
29-
# ${{ vars.NIGHTLY_RELEASE_EXAMPLES }}
28+
EXAMPLES: ${{ vars.NIGHTLY_RELEASE_EXAMPLES }}
3029
TAG: "latest"
3130
PUBLISH_TAGS: "latest"
3231

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)