Skip to content

Commit

Permalink
Temp drop concurrency for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 committed Sep 2, 2024
1 parent b8666ef commit d7ef1ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7ef1ca

Please sign in to comment.