Trunk: Only cache nightly runs, base on develop (#11240)
These trunk caches are eating us for dinner. Remove them for PRs so we aren't storing 20 copies
This commit is contained in:
@@ -36,4 +36,4 @@ jobs:
|
|||||||
- name: Trunk Upgrade
|
- name: Trunk Upgrade
|
||||||
uses: trunk-io/trunk-action/upgrade@v1
|
uses: trunk-io/trunk-action/upgrade@v1
|
||||||
with:
|
with:
|
||||||
base: master
|
base: develop
|
||||||
|
|||||||
@@ -24,3 +24,4 @@ jobs:
|
|||||||
uses: trunk-io/trunk-action@v1
|
uses: trunk-io/trunk-action@v1
|
||||||
with:
|
with:
|
||||||
post-annotations: true
|
post-annotations: true
|
||||||
|
cache: false
|
||||||
|
|||||||
@@ -22,3 +22,4 @@ jobs:
|
|||||||
uses: trunk-io/trunk-action@v1
|
uses: trunk-io/trunk-action@v1
|
||||||
with:
|
with:
|
||||||
save-annotations: true
|
save-annotations: true
|
||||||
|
cache: false
|
||||||
|
|||||||
Reference in New Issue
Block a user