Skip to content

Commit

Permalink
CodeRabbitAI
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Dec 22, 2024
1 parent 23b633c commit 0e53dfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e53dfd

Please sign in to comment.