mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-14 10:18:30 +03:00
Cancel previous CI workflow runs
This commit is contained in:
parent
e1eb030b18
commit
a249373bf5
2 changed files with 6 additions and 1 deletions
5
.github/workflows/build_check.yml
vendored
5
.github/workflows/build_check.yml
vendored
|
@ -25,6 +25,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Cancel previous runs
|
||||
uses: styfle/cancel-workflow-action@0.5.0
|
||||
with:
|
||||
access_token: ${{ github.token }}
|
||||
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
| Build | Stable | Weekly Preview | Contribute | Support Server |
|
||||
|-------|----------|---------|------------|---------|
|
||||
|  | [](https://github.com/inorichi/tachiyomi/releases) | [](https://github.com/tachiyomiorg/android-app-preview/releases) | [](https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget) | [](https://discord.gg/tachiyomi) |
|
||||
|  | [](https://github.com/inorichi/tachiyomi/releases) | [](https://github.com/tachiyomiorg/android-app-preview/releases) | [](https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget) | [](https://discord.gg/tachiyomi) |
|
||||
|
||||
|
||||
# Tachiyomi
|
||||
|
|
Loading…
Add table
Reference in a new issue