Skip to content

Commit

Permalink
Exclude transforms-* from actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy committed Aug 21, 2024
1 parent 01bfda3 commit 8dd4b15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
caches/modules-2/files-2.1/idea
caches/transforms-3
caches/transforms-*
- name: Save artifacts
uses: actions/upload-artifact@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
caches/modules-2/files-2.1/idea
caches/transforms-3
caches/transforms-*
- name: Build
uses: gradle/gradle-build-action@v3
Expand All @@ -204,7 +204,7 @@ jobs:
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
caches/modules-2/files-2.1/idea
caches/transforms-3
caches/transforms-*
- name: Check
uses: gradle/gradle-build-action@v3
Expand All @@ -213,7 +213,7 @@ jobs:
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
caches/modules-2/files-2.1/idea
caches/transforms-3
caches/transforms-*
- name: Collect fail reports
if: failure()
Expand All @@ -234,7 +234,7 @@ jobs:
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
caches/modules-2/files-2.1/idea
caches/transforms-3
caches/transforms-*
check:
needs: [ check-license, check-plugin ]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/regressions-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
caches/modules-2/files-2.1/idea
caches/transforms-3
caches/transforms-*
- name: Check with changes
uses: gradle/gradle-build-action@v3
Expand All @@ -110,7 +110,7 @@ jobs:
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
caches/modules-2/files-2.1/idea
caches/transforms-3
caches/transforms-*
- name: Checkout base version
run: git checkout ${{ needs.prepare.outputs.base-commit }}
Expand All @@ -124,7 +124,7 @@ jobs:
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
caches/modules-2/files-2.1/idea
caches/transforms-3
caches/transforms-*
- name: Checkout current version
run: git checkout ${{ github.sha }}
Expand Down

0 comments on commit 8dd4b15

Please sign in to comment.