mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
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:
parent
0d9cab345b
commit
71dfa18727
2
.github/workflows/deploy-fleet-website.yml
vendored
2
.github/workflows/deploy-fleet-website.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: GITHUB_REPOSITORY == 'fleetdm/fleet'
|
||||
if: $GITHUB_REPOSITORY == 'fleetdm/fleet'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user