Skip to content

Commit

Permalink
Update build_daedricnet.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
daedric7 authored Jul 4, 2024
1 parent 78ffcad commit e3d6858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_daedricnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
nightly:
name: Deploy nightly
concurrency:
group: ${{ format('build-release-main-gplay-{0}', github.sha) }}
#group: ${{ format('build-release-main-gplay-{0}', github.sha) }}
group: ${{ github.ref == 'refs/heads/develop' && format('build-develop-{0}-{1}', matrix.variant, github.sha) || format('build-{0}-{1}', matrix.variant, github.ref) }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e3d6858

Please sign in to comment.