Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b81b29 commit 4d69612Copy full SHA for 4d69612
.github/actions/embedded-pg-cache/upload/action.yml
@@ -11,7 +11,7 @@ runs:
11
using: "composite"
12
steps:
13
- name: Upload Embedded Postgres cache
14
- if: true # ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
15
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
16
with:
17
path: ${{ inputs.cache-path }}
0 commit comments