Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic committed Jul 30, 2021
1 parent 973a64d commit 5c36929
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -6,6 +6,10 @@ on:
- master
pull_request:

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

jobs:
scalafmt:
timeout-minutes: 1
Expand All @@ -18,13 +22,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.8.0
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v2
- uses: laughedelic/coursier-setup@v1
- uses: coursier/cache-action@v6

- name: Resolve dependencies
Expand Down

0 comments on commit 5c36929

Please sign in to comment.