Skip to content

Commit

Permalink
ci: re-enable cache on push
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Mannocci <adrien.mannocci@elastic.co>
  • Loading branch information
amannocci committed Apr 17, 2024
1 parent 273526f commit c59f5b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 1-5"
push:
branches:
- "feat/use-pre-built-fpm-image"

env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit c59f5b4

Please sign in to comment.