diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 680ce31..03bcb36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: # Prevent duplicate runs if Renovate falls back to creating a PR concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} + group: ${{ github.workflow }}-${{github.event_name}}-${{ github.head_ref || github.ref_name }} cancel-in-progress: true jobs: diff --git a/global.json b/global.json index 5a53a38..7bd28ce 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.405", + "version": "9.0.102", "rollForward": "latestMinor", "allowPrerelease": false }