Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Jan 7, 2024
1 parent ecd77d7 commit 3c6232b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/sfu.yml → .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: sfu
name: cargo

on:
push:
branches: master
branches: [master]
pull_request:
branches: master
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
CARGO_TERM_COLOR: always
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ master ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
CARGO_TERM_COLOR: always

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</h1>
<p align="center">
<a href="https://github.com/webrtc-rs/sfu/actions">
<img src="https://github.com/webrtc-rs/sfu/workflows/sfu/badge.svg">
<img src="https://github.com/webrtc-rs/sfu/workflows/cargo/badge.svg?branch=master">
</a>
<a href="https://codecov.io/gh/webrtc-rs/sfu">
<img src="https://codecov.io/gh/webrtc-rs/sfu/branch/master/graph/badge.svg">
Expand Down

0 comments on commit 3c6232b

Please sign in to comment.