| author | |
| committer | |
| log | 4e99f095aeeb5eb503a629eca33f8649dfa0dd30 |
| tree | 3f6a441167e39dd210a988e45168686438d7f4cd |
| parent | 27e8d05ee8aa9e26b3fb925f841b228e082b45c2 |
| signature |
https://codeberg.org/Codeberg/Community/issues/23181 files changed, 1 insertions(+), 1 deletions(-)
.forgejo/workflows/ci.yaml+1-1| ... | ... | @@ -10,7 +10,7 @@ on: |
| 10 | 10 | # This cancels older workflow runs on pull requests while ensuring that there |
| 11 | 11 | # are no concurrency limits on pushes and manual workflow dispatches. |
| 12 | 12 | concurrency: |
| 13 | group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} | |
| 13 | group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} | |
| 14 | 14 | cancel-in-progress: ${{ github.event_name == 'pull_request' }} |
| 15 | 15 | |
| 16 | 16 | permissions: |