Skip to content

Commit

Permalink
[CI] Disable UpdateCLI workflow on forks (#196624)
Browse files Browse the repository at this point in the history
## Summary

The UpdateCLI workflow is running against forks when it shouldn't be:

https://github.com/Ikuni17/kibana/actions/runs/11359905941
  • Loading branch information
Ikuni17 authored Oct 29, 2024
1 parent 0de1f95 commit 8700807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/updatecli-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

jobs:
compose:
if: github.event.repository.fork == false
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 8700807

Please sign in to comment.