Skip to content

Commit

Permalink
fix: remove env. (#651)
Browse files Browse the repository at this point in the history
* Refactor: reconstruct issue and label in GitHub.

* update feature-request label.

* update

* fix: update to correct workflow.

* fix: remove env.
  • Loading branch information
mo3et committed Aug 8, 2024
1 parent 3c47eef commit 272ca11
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/openimci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
# Copyright © 2023 OpenIM open source community. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

name: OpenIM CI Aotu Build and Install
name: OpenIM CI Auto Build and Install

on:
push:
Expand Down Expand Up @@ -43,8 +29,8 @@ jobs:
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
contents: write
environment:
name: openim
# environment:
# name: openim

strategy:
matrix:
Expand Down

0 comments on commit 272ca11

Please sign in to comment.