Skip to content

Commit

Permalink
Rename GH actions. (#1222)
Browse files Browse the repository at this point in the history
* Rename GH actions.

* Update test action.
  • Loading branch information
shaunxw authored Jul 16, 2021
1 parent 3e9eaa0 commit ee43e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: coverage
name: Tests Coverage

on:
workflow_dispatch:
Expand All @@ -11,7 +11,7 @@ on:

jobs:
test:
name: coverage
name: Coverage Report
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

jobs:
cancel:
clean-up-actions:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
Expand All @@ -18,11 +18,11 @@ jobs:
uses: styfle/cancel-workflow-action@0.9.0
with:
access_token: ${{ github.token }}
build:
checks-and-tests:
runs-on: [self-hosted, linux]
env:
SCCACHE_CACHE_SIZE: "50G"
needs: cancel
needs: clean-up-actions
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit ee43e24

Please sign in to comment.