From fb04aa0d636812c83b9e6df8bd5ab063a2377953 Mon Sep 17 00:00:00 2001 From: why-not-try-calmer Date: Thu, 23 Feb 2023 16:45:20 +0100 Subject: [PATCH] Added workflow_run --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e40511..37b84e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,13 +9,14 @@ on: push: branches: - master + workflow_dispatch: workflow_call: + jobs: tests: runs-on: ubuntu-latest steps: - # Not using strategy.matrix to create multiple jobs # as we do NOT want to test with any form of concurrency # to avoid 'race conditions' against Transifex