fix(ci): pipeline fixes (marked as fix to force release) (#483)

This commit is contained in:
Paul Makles
2026-01-10 12:59:20 +00:00
committed by GitHub
parent 868894f500
commit 303e52b476
3 changed files with 5 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ permissions:
contents: read
packages: write
concurrency:
group: ${{ github.head_ref }}
concurrency:
group: ${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:

View File

@@ -40,6 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: app-token
uses: actions/create-github-app-token@v2
with:

View File

@@ -5,8 +5,8 @@ on:
branches: [main]
pull_request:
concurrency:
group: ${{ github.head_ref }}
concurrency:
group: ${{ github.head_ref || github.ref }}
cancel-in-progress: true
env: