ci(copr): refactor copr-ci (#4043)

This commit is contained in:
ReenigneArcher
2025-07-03 13:08:34 -04:00
committed by GitHub
parent 9f399eef5c
commit 5ef3f2ff5c
2 changed files with 39 additions and 28 deletions

View File

@@ -1,23 +1,24 @@
---
name: CI Copr
name: CI-Copr
permissions:
contents: read
on:
pull_request:
branches:
- master
types:
- opened
- synchronize
- reopened
release:
types:
- prereleased
- released
workflow_call:
secrets:
COPR_BETA_WEBHOOK_TOKEN:
required: false
COPR_STABLE_WEBHOOK_TOKEN:
required: false
COPR_CLI_CONFIG:
required: false
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
group: "_${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs: