mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
pkg: drop invalid copr trigger check
This commit is contained in:
1
.github/workflows/trigger-copr.yaml
vendored
1
.github/workflows/trigger-copr.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user