Skip to content

Commit

Permalink
chore: cache actions removed
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Sep 12, 2023
1 parent 4720af1 commit ef9b254
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ jobs:
- uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]
- name: Coursier cache
uses: coursier/cache-action@v6
- name: sbt ci ${{ github.ref }}
run: ./sbt ci
2 changes: 0 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Release Drafter

on:
push:
branches:
- master

jobs:
update_release_draft:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]
- name: Coursier cache
uses: coursier/cache-action@v6
- name: sbt ci-release ${{ github.ref }}
run: ./sbt ci-release
env:
Expand Down

0 comments on commit ef9b254

Please sign in to comment.