Skip to content

Commit

Permalink
Change concurrency settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Apr 27, 2024
1 parent e339ad8 commit cc13a38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
# Change this to self-hosted after setting up devspace as github actions runner
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.action_repository }}
steps:
# Accept Project Variables
- name: Set Repo Project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
needs: test
runs-on: self-hosted
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.action_repository }}
steps:
# Accept Project Variables
- name: Set Repo Project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twrp-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
# Change this to self-hosted after setting up devspace as github actions runner
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.action_repository }}
steps:
# Accept Project Variables
- name: Set Repo Project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
# Change this to self-hosted after setting up devspace as github actions runner
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.action_repository }}
steps:
# Accept Project Variables
- name: Set Repo Project
Expand Down

0 comments on commit cc13a38

Please sign in to comment.