Skip to content

Commit

Permalink
hack: selfhosted.yml: Disable concurrency for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Aug 5, 2024
1 parent 14bfb53 commit c810304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ jobs:
needs: test
runs-on: self-hosted
concurrency:
group: ${{ github.actor }}
group: testing
steps:
# Accept Project Variables
- name: Set Repo Project
Expand Down

0 comments on commit c810304

Please sign in to comment.