Skip to content

Commit

Permalink
Merge branch 'main' into fix/issue388
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil authored Jan 25, 2025
2 parents 491af5a + 36cc5c5 commit 13d0c98
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/awesome-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
paths: README.md

concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/awesome-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
paths: README.md

concurrency:
group: ${{ github.workflow }}
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name }}
cancel-in-progress: true

jobs:
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/post-ads.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/post-item.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/post-release.yml

This file was deleted.

0 comments on commit 13d0c98

Please sign in to comment.