From 0c46f941329665eb6a57a46ea2b97a383f64f57e Mon Sep 17 00:00:00 2001 From: Sudip Date: Sun, 16 Jun 2024 22:46:37 +0530 Subject: [PATCH] Trying to fix xdist problems: made changes to python-app,yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index b9ad9c1174..9b3101d87c 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,7 +5,7 @@ name: Project Poseidon on: push: - branches: [ "master", "dev_sroy", "poc_sroy" ] + branches: [ "master", "dev_sroy", "poc_sroy", "50-problem-with-xdist-while-running-tests-in-parallel-in-windows-vms" ] pull_request: branches: [ "master" ] #schedule: ## At every 30th minute past every hour from 2 through 10. Schedule the job to run at 4.am daily. '0 4 * * *'