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 62e415d commit d33a704Copy full SHA for d33a704
.github/workflows/postgresql.yml
@@ -32,6 +32,8 @@ jobs:
32
runs-on: ubuntu-latest
33
34
steps:
35
+ - name: Delete huge unnecessary tools folder
36
+ run: rm -rf /opt/hostedtoolcache
37
- name: Set tags
38
run: |
39
if [ -z "$TAG" ]; then
0 commit comments