Skip to content

Commit

Permalink
chore: restore rebase unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Oct 7, 2024
1 parent ee6efed commit e9d7c2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ on:

# On PR events, cancel existing CI runs on this same PR for this workflow.
concurrency:
<<<<<<< HEAD
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
=======
group: ${{ github.workflow }}-${{ github.ref }}
>>>>>>> df3f7106c (fix: restore concurrency in main workflow)
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
Expand Down

0 comments on commit e9d7c2a

Please sign in to comment.