Skip to content

Commit 17a9095

Browse files
committed
GitHub: update caching to maintained fork, continue on error
Since the currently failing step of the sqlc check job is only a cache, it shouldn't cause the whole job to fail. So we continue on error but also switch to a maintained fork of the cache action which should fix the error in the first place.
1 parent 99a7fad commit 17a9095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
uses: actions/checkout@v3
5252

5353
- name: docker image cache
54-
uses: satackey/action-docker-layer-caching@v0.0.11
54+
uses: jpribyl/action-docker-layer-caching@v0.1.1
55+
continue-on-error: true
5556

5657
- name: Generate sql models
5758
run: make sqlc-check

0 commit comments

Comments
 (0)