diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index aa375e919..b61c84201 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