We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f288b commit 07edfd6Copy full SHA for 07edfd6
1 file changed
.github/workflows/jekyll-gh-pages.yml
@@ -20,7 +20,7 @@ concurrency:
20
jobs:
21
build:
22
# prevent this action from running on forks
23
- if: github.repository == 'materialsproject/pymatgen'
+ if: github.repository == 'materialyzeai/pymatgen-core'
24
runs-on: ubuntu-latest
25
steps:
26
- name: Checkout
0 commit comments