We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e672f05 commit 7afe33aCopy full SHA for 7afe33a
1 file changed
.github/workflows/test.yml
@@ -32,7 +32,7 @@ permissions:
32
jobs:
33
test:
34
# Prevent this action from running on forks
35
- if: github.repository == 'materialsproject/pymatgen'
+ if: github.repository == 'materialyzeai/pymatgen-core'
36
defaults:
37
run:
38
shell: bash -leo pipefail {0} # Enable mamba env activation by reading bash profile
0 commit comments