fix clippy

This commit is contained in:
Alexander Medvedev
2025-08-12 13:08:21 +02:00
parent 6a1cd304d7
commit 472946f85d
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +1,3 @@
# In your .github/workflows/release-per-commit.yml file
name: Release per-commit
on:
@@ -9,9 +7,6 @@ on:
- completed
jobs:
# The rest of your jobs would go here
# ...
upload-artifacts:
if: success() && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_branch == 'master'
name: Download & Upload Builds