Skip to content

Commit 97a7a83

Browse files
authored
Update devcontainer.yml
1 parent cb1670e commit 97a7a83

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/devcontainer.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
name: Build and push (${{ matrix.dockerfile }})
2626
runs-on: X64
2727

28-
if: >-
29-
github.repository == 'deepmodeling/abacus-develop' &&
30-
(github.ref == 'refs/heads/develop' ||
31-
startsWith(github.ref, 'refs/tags/v'))
28+
#if: >-
29+
# github.repository == 'deepmodeling/abacus-develop' &&
30+
# (github.ref == 'refs/heads/develop' ||
31+
# startsWith(github.ref, 'refs/tags/v'))
3232

3333
strategy:
3434
fail-fast: false

0 commit comments

Comments
 (0)