From c7859ca9c69bfd6fb75462dd512f3b7b4dc09380 Mon Sep 17 00:00:00 2001 From: Jack Wilsdon Date: Sun, 2 Aug 2020 15:51:07 +0100 Subject: [PATCH] Add worfklow_dispatch trigger This change allows us to trigger integration tests manually. --- .github/workflows/integration_test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 1e8b3a773..209be0b93 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -1,5 +1,6 @@ name: integration tests on: + workflow_dispatch: schedule: - cron: '0 0 * * SUN' # run every Sunday at midnight jobs: