Skip to content

Commit

Permalink
回滚ci配置&添加pr登记
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqiufeng committed Nov 11, 2023
1 parent 6b7afa1 commit 567cc6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# job 2: Test on 'arm64v8/ubuntu' OS.
build_arm64-binary:
runs-on: ubuntu-latest
# if: ${{ github.event_name == 'push' && (github.ref_name == 'develop' || github.ref_name == 'snapshot' || github.ref_name == '2.x') }}
if: ${{ github.event_name == 'push' && (github.ref_name == 'develop' || github.ref_name == 'snapshot' || github.ref_name == '2.x') }}
strategy:
fail-fast: false
steps:
Expand Down
1 change: 1 addition & 0 deletions changes/en-us/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ The version is updated as follows:
- [[#5916](https://github.com/seata/seata/pull/5916)] upgrade nodejs dependency
- [[#5942](https://github.com/seata/seata/pull/5942)] upgrade dependencies version
- [[#5987](https://github.com/seata/seata/pull/5987)] upgrade some dependencies version
- [[#6013](https://github.com/seata/seata/pull/6013)] upgrade seata-server spring version

### test:
- [[#5308](https://github.com/seata/seata/pull/5308)] add unit test [FileLoader, ObjectHolder, StringUtils]
Expand Down
1 change: 1 addition & 0 deletions changes/zh-cn/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单
- [[#5916](https://github.com/seata/seata/pull/5916)] 修复npm package漏洞
- [[#5942](https://github.com/seata/seata/pull/5942)] 升级依赖版本
- [[#5987](https://github.com/seata/seata/pull/5987)] 升级依赖版本
- [[#6013](https://github.com/seata/seata/pull/6013)] 升级seata-server依赖的spring版本

### test:
- [[#5308](https://github.com/seata/seata/pull/5308)] 添加单元测试用例 [FileLoader, ObjectHolder, StringUtils]
Expand Down

0 comments on commit 567cc6c

Please sign in to comment.