Skip to content

Commit

Permalink
Eliminate redundant runs
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <[email protected]>
  • Loading branch information
kakkoyun committed Feb 14, 2024
1 parent 1c2de1f commit b4c5cf1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- main
- release-*
pull_request:
branches:
- main
- release-*

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/generate-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:
types:
- completed
push:
branches:
- main
- release
paths:
- ".github/workflows/generate-python.yml"
pull_request:
paths:
- ".github/workflows/generate-python.yml"

permissions:
contents: write
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/generate-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ on:
types:
- completed
push:
branches:
- main
- release-*
paths:
- ".github/workflows/generate-ruby.yml"
pull_request:
paths:
- ".github/workflows/generate-ruby.yml"

permissions:
contents: write
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit b4c5cf1

Please sign in to comment.