Skip to content

Commit

Permalink
ci: 🤖 tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Jun 10, 2024
1 parent 9da7615 commit 4aedcd4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ permissions:
actions: read
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref == 'refs/heads/main' }}

jobs:
test-and-deploy:
name: 🚀 Test & Deploy
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4aedcd4

Please sign in to comment.