Skip to content

Commit

Permalink
GitHub: update caching to maintained fork, continue on error
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
guggero committed Oct 12, 2023
1 parent 99a7fad commit 17a9095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
uses: actions/checkout@v3

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

- name: Generate sql models
run: make sqlc-check
Expand Down

0 comments on commit 17a9095

Please sign in to comment.