Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d69612

Browse files
committed
ok this should work now
1 parent 5b81b29 commit 4d69612

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/embedded-pg-cache/upload

1 file changed

+1
-1
lines changed

.github/actions/embedded-pg-cache/upload/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
using: "composite"
1212
steps:
1313
- name: Upload Embedded Postgres cache
14-
if: true # ${{ github.ref == 'refs/heads/main' }}
14+
if: ${{ github.ref == 'refs/heads/main' }}
1515
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
1616
with:
1717
path: ${{ inputs.cache-path }}

0 commit comments

Comments
 (0)