Skip to content

Commit

Permalink
It's okay to have an non existent clean.list.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Mar 25, 2024
1 parent 8cea0f0 commit 914172a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Look for changes in clean file
run: |
cat ${{ github.workspace }}/clean.list
cat ${{ github.workspace }}/clean.list || true
deploy_pypi:
needs: run
Expand Down

0 comments on commit 914172a

Please sign in to comment.