From 0ad266291eb4e597cc1c0542f27c2faf40530f18 Mon Sep 17 00:00:00 2001 From: Dan Jordan Date: Thu, 28 Mar 2024 09:38:31 -0500 Subject: [PATCH] Move TrickOps Unit tests back into pull requests --- .github/workflows/trickops.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/trickops.yml b/.github/workflows/trickops.yml index 241f2705..569cab1a 100644 --- a/.github/workflows/trickops.yml +++ b/.github/workflows/trickops.yml @@ -1,9 +1,6 @@ name: TrickOps # This workflow is triggered on pushes to the repository. -on: - schedule: - - cron: '0 0 * * 0' - workflow_dispatch: +on: [pull_request] defaults: run: