Skip to content

Commit f65d83b

Browse files
authored
ci: disable upgrade-flux workflow in forks (#4768)
1 parent 2da2387 commit f65d83b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/upgrade-flux.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
jobs:
1212
has-new-flux:
1313
runs-on: ubuntu-latest
14+
if: "${{ github.repository_owner == 'weaveworks' && github.ref_name == 'main' }}"
1415
outputs:
1516
version: ${{ steps.version.outputs.version }}
1617
steps:

0 commit comments

Comments
 (0)