We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60edbd8 + fa3a8c3 commit af5f02fCopy full SHA for af5f02f
.github/workflows/release.yml
@@ -56,6 +56,8 @@ jobs:
56
with:
57
user: __token__
58
password: ${{ secrets.PYPI_TOKEN }}
59
+ - name: Wait for PyPI
60
+ run: sleep 60
61
build-and-push-container-image:
62
name: Builds and pushes the Matter Server container to ghcr.io
63
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
pip install -e .[server]
30
pip install -e .[test]
31
- name: Lint/test with pre-commit
32
- run: pre-commit run --all-files
+ run: SKIP=no-commit-to-branch pre-commit run --all-files
33
34
test:
35
0 commit comments