We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965a764 commit c9e308cCopy full SHA for c9e308c
.github/workflows/CI.yaml
@@ -45,7 +45,8 @@ jobs:
45
uses: codecov/codecov-action@v3 # NEEDS UPDATE TO v3 https://github.com/codecov/codecov-action
46
- name: QCSchema Examples Deploy
47
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' )
+ #if: github.event_name == 'push' && github.repository == 'MolSSI/QCElemental' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
49
+ if: false
50
with:
51
branch: qcschema-examples
52
folder: qcelemental/tests/qcschema_instances
0 commit comments