Skip to content

Commit

Permalink
feat: add concurrency options to ci workflow (open-telemetry#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitoniak32 authored Nov 25, 2024
1 parent dd982e3 commit 129ca03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- main
paths-ignore:
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ env:
on:
pull_request:
types: [ labeled, synchronize, opened, reopened ]

jobs:
semver-compliance: # This job uses the latest published crate as baseline for comparison.
runs-on: ubuntu-latest
Expand Down

0 comments on commit 129ca03

Please sign in to comment.