diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 85cd3126..2be1f438 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -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: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 69b53a2e..8fda87f1 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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: diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 359c3019..e0f8ae49 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -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: