diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce9c9b4f..22b41cc2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -271,8 +271,7 @@ jobs: needs: test # Change this to self-hosted after setting up devspace as github actions runner runs-on: ubuntu-latest - concurrency: - group: ${{ github.repository_owner }} + steps: # Accept Project Variables - name: Set Repo Project diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 46328074..568c5d5f 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -307,8 +307,7 @@ jobs: name: Build using foss.crave.io needs: test runs-on: self-hosted - concurrency: - group: ${{ github.repository_owner }} + steps: # Accept Project Variables - name: Set Repo Project