CodeRabbitAI

This commit is contained in:
Edward Firmo
2024-12-22 16:26:49 +01:00
parent 23b633cdcb
commit 0e53dfd3cd

View File

@@ -16,6 +16,9 @@ on: # yamllint disable-line rule:truthy
jobs:
update-tags:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout code
uses: actions/checkout@v4