From b3516b88dca225301762ea68f9c31fbd5d4593c5 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 15 Aug 2021 17:45:43 +0800 Subject: [PATCH] Acitons: Support pullrequest CI --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19f8b7914..da05795f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,6 @@ jobs: run: docker build --tag srs:cov -f trunk/Dockerfile.cov . # For coverage - name: Run SRS covergae - if: ${{ startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/remotes/') }} run: | # The hash of commit. SRS_SHA=${{ github.sha }}