Fix for deploy-fleet-website GitHub action. (#99)
Fourth attempt to limit the "Deploy Fleet Website" workflow to only the fleetdm/fleet repository. Add the $ character to the $GITHUB_REPOSITORY env variable.
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: GITHUB_REPOSITORY == 'fleetdm/fleet'
|
||||
if: $GITHUB_REPOSITORY == 'fleetdm/fleet'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user