Skip to content

Commit

Permalink
👷 Enable concurrency to prevent issues
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Dec 13, 2024
1 parent 274c7ab commit b238fb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
generate:
runs-on: ubuntu-latest
concurrency:
group: main
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit b238fb8

Please sign in to comment.