Skip to content

Commit 09be7cf

Browse files
committed
Modify UT branches.
1 parent b6dd3f1 commit 09be7cf

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- develop
7-
- reconstruction
8-
- newelpa
97

108
jobs:
119
build_container_and_push:
@@ -30,8 +28,8 @@ jobs:
3028
- name: Build and Push Container
3129
uses: docker/build-push-action@v2
3230
with:
33-
tags: ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{matrix.dockerfile}}
34-
file: Dockerfile.${{matrix.dockerfile}}
31+
tags: ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{ matrix.dockerfile }}
32+
file: Dockerfile.${{ matrix.dockerfile }}
3533
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{matrix.dockerfile}}
3634
cache-to: type=inline
3735
push: true

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ name: Integration Test and Unit Test
22

33
on:
44
pull_request_target:
5-
branches:
6-
- develop
7-
- tryEigen
8-
- update_MD
9-
- ABACUS_2.2.0_beta
10-
- deepks
11-
- planewave
12-
- pw_refactor
13-
- TDDFT
145

156
jobs:
167
test:

0 commit comments

Comments
 (0)