From 3d27cb0899f9d8db61bb4553aa8174b41cef394a Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Fri, 4 Dec 2020 15:49:22 -0600 Subject: [PATCH] Update deploy-fleet-website.yml (#100) * Update deploy-fleet-website.yml w/ @noahtalerman * Update deploy-fleet-website.yml --- .github/workflows/deploy-fleet-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index b61c842014..9dfe4c2f62 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -6,7 +6,7 @@ on: jobs: build: - if: $GITHUB_REPOSITORY == 'fleetdm/fleet' + if: ${{ github.repository == 'fleetdm/fleet' }} runs-on: ubuntu-latest