Skip to content

Commit

Permalink
CD: remove broken rebuild step run condition
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 10, 2023
1 parent 572906c commit 842c491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rebuild-changed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
files: specs/*.spec

- name: Send rebuild request to COPR
if: ${{ steps.spec-modified.outputs.modified_files_count }} != 0
env:
URL: ${{ secrets.COPR_WEBHOOK_URL }}
run: |
Expand Down

0 comments on commit 842c491

Please sign in to comment.