From 32b90dc334c4c151535f751ebef2f98bf7d69932 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Tue, 13 Jun 2023 12:55:20 -0300 Subject: [PATCH] ci: Drop CI tests for feat/django4 branch (#5811) --- .github/workflows/ci-run-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-run-tests.yml b/.github/workflows/ci-run-tests.yml index 8a7ee696b..e8e9fe324 100644 --- a/.github/workflows/ci-run-tests.yml +++ b/.github/workflows/ci-run-tests.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - 'main' - - 'feat/django4' paths: - 'client/**' - 'ietf/**'