Skip to content

Commit d48090f

Browse files
authored
Remove conditional for build and push step
Removed conditional check for building and pushing the container.
1 parent 4279a37 commit d48090f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/devcontainer.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
name: Build and push (${{ matrix.dockerfile }})
2626
runs-on: ubuntu-latest
2727

28-
if: >-
29-
github.repository == 'deepmodeling/abacus-develop' &&
30-
(github.ref == 'refs/heads/develop' ||
31-
startsWith(github.ref, 'refs/tags/v'))
32-
3328
strategy:
3429
matrix:
3530
dockerfile:

0 commit comments

Comments
 (0)