Skip to content

Commit

Permalink
ci: adjusting concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Jun 26, 2024
1 parent e10a597 commit f707e8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/example-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ on:
- 'charts/example-resources/**'
- '.github/workflows/example-resources.yaml'

concurrency:
group: example-resources-${{ github.ref }}
cancel-in-progress: true

jobs:
pipeline:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
uses: openmfp/gha/.github/workflows/pipeline-chart.yml@main
with:
chartFolder: charts/example-resources
Expand Down

0 comments on commit f707e8e

Please sign in to comment.