Skip to content

Commit 257e740

Browse files
committed
Remove synchronized
1 parent 2d82799 commit 257e740

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Unit test
22

3-
on: [push, pull_request]
4-
5-
concurrency:
6-
group: ${{ github.workflow }}-${{ github.ref }}
7-
cancel-in-progress: true
3+
on:
4+
push:
5+
branches: ["**"]
6+
pull_request:
7+
types: [opened, reopened]
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)