Skip to content

Commit fe6919e

Browse files
authored
continue if there are no packages to delete
1 parent 3f1dbbe commit fe6919e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
2019
- name: Delete old packages
20+
continue-on-error: true
2121
uses: SmartsquareGmbH/[email protected]
2222
with:
2323
organization: quickfix-j

0 commit comments

Comments
 (0)