commit f24f3f59ee3db5b906d83aa7e14b33d977be803f
parent 32a19a25f817466ab800dbe7ff188c84d72a03bf
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 30 Aug 2022 20:18:38 +0200
Fix ci runs
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docker_synapse_test_env.yml b/.github/workflows/docker_synapse_test_env.yml
@@ -52,7 +52,7 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- tags: type=raw,value=latest
+ tags: type=raw,value=synapse
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
diff --git a/.github/workflows/test_known.yml b/.github/workflows/test_known.yml
@@ -12,6 +12,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
container: rustlang/rust:nightly-slim
services:
@@ -36,7 +37,7 @@ jobs:
--health-timeout 5s
--health-retries 5
synapse:
- image: ghcr.io/MTRNord/synapse:latest
+ image: ghcr.io/mtrnord/matrix-fuzz:synapse
# Set health checks to wait until redis has started
options: >-
--health-interval 10s