There was an error while loading. Please reload this page.
1 parent cb1670e commit 97a7a83Copy full SHA for 97a7a83
1 file changed
.github/workflows/devcontainer.yml
@@ -25,10 +25,10 @@ jobs:
25
name: Build and push (${{ matrix.dockerfile }})
26
runs-on: X64
27
28
- if: >-
29
- github.repository == 'deepmodeling/abacus-develop' &&
30
- (github.ref == 'refs/heads/develop' ||
31
- startsWith(github.ref, 'refs/tags/v'))
+ #if: >-
+ # github.repository == 'deepmodeling/abacus-develop' &&
+ # (github.ref == 'refs/heads/develop' ||
+ # startsWith(github.ref, 'refs/tags/v'))
32
33
strategy:
34
fail-fast: false
0 commit comments