Skip to content

Commit c9e308c

Browse files
authored
Update CI.yaml
1 parent 965a764 commit c9e308c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
uses: codecov/codecov-action@v3 # NEEDS UPDATE TO v3 https://github.com/codecov/codecov-action
4646
- name: QCSchema Examples Deploy
4747
uses: JamesIves/github-pages-deploy-action@4.1.1
48-
if: github.event_name == 'push' && github.repository == 'MolSSI/QCElemental' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
48+
#if: github.event_name == 'push' && github.repository == 'MolSSI/QCElemental' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
49+
if: false
4950
with:
5051
branch: qcschema-examples
5152
folder: qcelemental/tests/qcschema_instances

0 commit comments

Comments
 (0)