From 9f75852e36e03b1c734dffd980010e094b55cc17 Mon Sep 17 00:00:00 2001 From: LlmDl Date: Wed, 30 Oct 2024 10:10:56 -0500 Subject: [PATCH] Update test.yml Disable testing on push, configure to be run manually against a future fix-the-tests branch. --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64f5751e7f..e9f1ae1024 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,8 @@ name: Run Tests on: - push: - branches-ignore: [l10n_master] + workflow_dispatch: +# push: +# branches-ignore: [l10n_master] jobs: test: runs-on: ubuntu-latest