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.
This commit is contained in:
noahtalerman 2020-12-04 12:52:47 -05:00 committed by GitHub
parent bb921bc973
commit 03c64da3a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: