Skip to content

Commit

Permalink
chore: allow manual cache update in GH actions (#1118)
Browse files Browse the repository at this point in the history
sort of testing a hypothesis, but i suspect the build cache needs to be
rebuilt against [this](#1117)
branch in order for
[this](https://github.com/TBD54566975/ftl/actions/runs/8370343139/job/22939654513)
to pass

if this fixes the problem, we should probably figure out a better
approach to ensuring the kotlin-runtime JAR is up-to-date with the local
Kotlin when running Go tests, now that Go tests also exercise Kotlin
code
  • Loading branch information
worstell authored Mar 21, 2024
1 parent 40eeed8 commit 7ecf225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/writecache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-writecache
cancel-in-progress: true
Expand Down

0 comments on commit 7ecf225

Please sign in to comment.