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 309caa5 commit 00bf636Copy full SHA for 00bf636
.github/workflows/test.yml
@@ -141,6 +141,7 @@ jobs:
141
-d '{"event_type": "pymatgen-ci-trigger", "client_payload": {"pymatgen_ref": "${{ github.sha }}"}}'
142
143
all_pass:
144
+ # This step is added to indicate all the tests have passed to make it easier to do auto-merge of PRs.
145
needs: test
146
runs-on: ubuntu-latest
147
steps:
0 commit comments