1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00

Acitons: Support pullrequest CI

This commit is contained in:
winlin 2021-08-15 17:45:43 +08:00
parent 1d79ef87a5
commit b3516b88dc

View file

@ -32,7 +32,6 @@ jobs:
run: docker build --tag srs:cov -f trunk/Dockerfile.cov . run: docker build --tag srs:cov -f trunk/Dockerfile.cov .
# For coverage # For coverage
- name: Run SRS covergae - name: Run SRS covergae
if: ${{ startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/remotes/') }}
run: | run: |
# The hash of commit. # The hash of commit.
SRS_SHA=${{ github.sha }} SRS_SHA=${{ github.sha }}