We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b955eec commit b35b99eCopy full SHA for b35b99e
.github/workflows/issue-metrics.yml
@@ -9,6 +9,8 @@ permissions:
9
10
jobs:
11
build:
12
+ # prevent this action from running on forks
13
+ if: github.repository == 'materialsproject/pymatgen'
14
name: issue metrics
15
runs-on: ubuntu-latest
16
permissions:
0 commit comments