Skip to content

Commit af5f02f

Browse files
committed
Merge branch 'main' into resub-fixes
2 parents 60edbd8 + fa3a8c3 commit af5f02f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
with:
5757
user: __token__
5858
password: ${{ secrets.PYPI_TOKEN }}
59+
- name: Wait for PyPI
60+
run: sleep 60
5961
build-and-push-container-image:
6062
name: Builds and pushes the Matter Server container to ghcr.io
6163
runs-on: ubuntu-latest

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install -e .[server]
3030
pip install -e .[test]
3131
- name: Lint/test with pre-commit
32-
run: pre-commit run --all-files
32+
run: SKIP=no-commit-to-branch pre-commit run --all-files
3333

3434
test:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)