mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +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
1 changed files with 1 additions and 1 deletions
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 a new issue