From 03c64da3a6f2b40d849c03047f14ea2c6f8dbf11 Mon Sep 17 00:00:00 2001 From: noahtalerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 4 Dec 2020 12:52:47 -0500 Subject: [PATCH] Add if condition to website deploy workflow and remove indent of subsequent lines. (#97) Second attempt to limit the "Deploy Fleet Website" workflow to only the fleetdm/fleet repo. --- .github/workflows/deploy-fleet-website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index d94fbe8807..5f66afbd6f 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -7,9 +7,9 @@ on: jobs: build: - if: (GITHUB_REPOSITORY == 'fleetdm/fleet') + if: GITHUB_REPOSITORY == 'fleetdm/fleet' - runs-on: ubuntu-latest + runs-on: ubuntu-latest strategy: matrix: