Skip to content

Commit 0b38acb

Browse files
authored
Disables actions/delete-package-versions
The action was giving a lot of errors, but the site still builds. Disabling for now so I can investigate it later.
1 parent 4159ed4 commit 0b38acb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/refresh-listing.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ jobs:
6262
branch: master
6363
force: true
6464

65-
cleanup:
66-
if: always()
67-
needs: [ setup ]
68-
name: Clean old actions/composer packages
69-
runs-on: ubuntu-latest
70-
steps:
71-
- name: Delete old actions/composer packages
72-
uses: actions/delete-package-versions@v1
73-
with:
74-
package-name: 'php-actions_composer_wp-languages.github.io'
65+
#cleanup:
66+
# if: always()
67+
# needs: [ setup ]
68+
# name: Clean old actions/composer packages
69+
# runs-on: ubuntu-latest
70+
# steps:
71+
# - name: Delete old actions/composer packages
72+
# uses: actions/delete-package-versions@v1
73+
# with:
74+
# package-name: 'php-actions_composer_wp-languages.github.io'

0 commit comments

Comments
 (0)