mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
maybe add working flag
This commit is contained in:
parent
e831e837fb
commit
96e2ed6e60
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'fix/ld-action-triggering-on-forks'
|
||||
|
||||
# cancel in-flight workflow run if another push was triggered
|
||||
concurrency:
|
||||
|
@ -13,6 +14,7 @@ concurrency:
|
|||
jobs:
|
||||
launchDarklyCodeReferences:
|
||||
name: LaunchDarkly Code References
|
||||
if: github.event.repository.fork == false
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue