maybe add working flag

This commit is contained in:
Brad White 2024-07-25 15:05:04 -06:00
parent e831e837fb
commit 96e2ed6e60

View file

@ -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