diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a2934b84..4cb06ee4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 \ No newline at end of file + #if [[ -z "${{ secrets.CUSTOM_YAML }}" ]]; then diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index be5bf6c7..e7cef16a 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -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