From b1e2ad6f664f9f53ba4da7471d5aaea47ab6cc1f Mon Sep 17 00:00:00 2001 From: cbaxley Date: Tue, 17 Dec 2024 08:40:23 -0500 Subject: [PATCH] Adds in the linux only workflow to run on pull requests --- .github/workflows/cluster.yml | 6 +++--- .github/workflows/linux_only.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cluster.yml b/.github/workflows/cluster.yml index 67f6031d..5f43d062 100644 --- a/.github/workflows/cluster.yml +++ b/.github/workflows/cluster.yml @@ -1,9 +1,9 @@ name: Cluster Run - Minimega on: - pull_request: - branches: - - '*' + # pull_request: + # branches: + # - '*' workflow_dispatch: inputs: azure_region: diff --git a/.github/workflows/linux_only.yml b/.github/workflows/linux_only.yml index 9c816774..90e24964 100644 --- a/.github/workflows/linux_only.yml +++ b/.github/workflows/linux_only.yml @@ -2,9 +2,9 @@ name: Linux Only on: workflow_dispatch: - # pull_request: - # branches: - # - '*' + pull_request: + branches: + - '*' jobs: build-and-test-linux-only: