pkg: drop invalid copr trigger check

This commit is contained in:
Ilya Zlobintsev
2024-11-14 10:20:47 +02:00
parent 0ac9d3b46b
commit 7119b401ad

View File

@@ -13,6 +13,5 @@ jobs:
if: github.event.pull_request.merged == true
steps:
- name: Trigger COPR Webhook
if: steps.check-labels.outputs.trigger == 'true'
run: |
curl -X POST ${{ secrets.COPR_WEBHOOK_URL }}