Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lisphacker committed Oct 12, 2023
1 parent fa874cc commit 6ce6600
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
push:
branches: main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true

defaults:
run:
working-directory: testing
# defaults:
# run:
# working-directory: testing

jobs:
test:
Expand Down

0 comments on commit 6ce6600

Please sign in to comment.