diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 62bcdc121a48066bc6acd0e57737cc70895e736f..64085d1da6d03820b3ed8b36dacdd16f88df5f10 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -10,7 +10,7 @@ on: # This cancels older workflow runs on pull requests while ensuring that there # are no concurrency limits on pushes and manual workflow dispatches. concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} permissions: