Skip to content

Commit

Permalink
Switch to repository owner for concurrency (sounddrill31#50)
Browse files Browse the repository at this point in the history
* main.yml: Switch to repo owner for concurrency

* selfhosted.yml: switch to repo owner for concurrency
  • Loading branch information
sounddrill31 authored Aug 15, 2024
1 parent bf2ac9a commit 1ce9493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
# Change this to self-hosted after setting up devspace as github actions runner
runs-on: ubuntu-latest
concurrency:
group: ${{ github.actor }}
group: ${{ github.repository_owner }}
steps:
# Accept Project Variables
- name: Set Repo Project
Expand Down Expand Up @@ -524,4 +524,4 @@ jobs:
crave pull out/error.log
echo "Displaying out/error.log"
cat out/error.log
#if [[ -z "${{ secrets.CUSTOM_YAML }}" ]]; then
#if [[ -z "${{ secrets.CUSTOM_YAML }}" ]]; then
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: ${{ github.repository_owner }}
steps:
# Accept Project Variables
- name: Set Repo Project
Expand Down

0 comments on commit 1ce9493

Please sign in to comment.