From 8605ad6dc5daba4b4efceef3aefa447e2f261292 Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Tue, 17 Sep 2024 10:48:54 -0400 Subject: [PATCH] Allow manual workflow trigger To manually trigger a workflow on github.com, navigate to Actions > commcare-hq tests (in sidebar) > Run workflow... Then choose a branch and run the workflow. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d7323fa20e35..796f48577ff7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,6 +10,7 @@ on: schedule: # see corehq/apps/hqadmin/management/commands/static_analysis.py - cron: '47 12 * * *' + workflow_dispatch: jobs: tests: runs-on: ubuntu-22.04