Skip to content

Commit

Permalink
Snapshot builds on branches fail enonic/xp-distro#178
Browse files Browse the repository at this point in the history
  • Loading branch information
rymsha committed Aug 3, 2021
1 parent 65dd0c0 commit 6544587
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Gradle Build
on:
push:

concurrency: ${{ github.ref }}
concurrency: build-${{ github.ref }}

jobs:
publish_vars:
Expand Down Expand Up @@ -69,4 +69,5 @@ jobs:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: ${{ matrix.repo }}
event-type: xp
client-payload: '{"ref": "${{ github.ref }}"}'
client-payload: >
${{ format('{{"ref" : "{0}" }}', github.ref) }}

0 comments on commit 6544587

Please sign in to comment.