Don't run python_backend workflow on PR

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto
2025-06-16 11:06:56 +02:00
committed by GitHub
parent 87d18ad951
commit de343700fd

View File

@@ -7,7 +7,7 @@ on:
- master
tags:
- '*'
pull_request:
#pull_request:
concurrency:
group: ci-backends-${{ github.head_ref || github.ref }}-${{ github.repository }}