Skip to content

Commit

Permalink
chore(): do not cancel ld-code-references jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Oct 15, 2024
1 parent fc3ce54 commit 5fa8631
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/launchdarkly-code-references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
branches:
- 'main'

# cancel in-flight workflow run if another push was triggered
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
launchDarklyCodeReferences:
name: LaunchDarkly Code References
Expand Down

0 comments on commit 5fa8631

Please sign in to comment.