From 9577db5043ab99df7380274ede6428d59c60ed81 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Fri, 30 Aug 2024 16:14:09 -0700 Subject: [PATCH] Give old python workflow unique name --- .github/workflows/python-old.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-old.yml b/.github/workflows/python-old.yml index 379bd136..d1152a59 100644 --- a/.github/workflows/python-old.yml +++ b/.github/workflows/python-old.yml @@ -1,8 +1,8 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python linting and testing -on: +name: Old Python linting and testing +on: push: branches: [ master, test* ] pull_request: