Skip to content

Commit 4ac963b

Browse files
yihong0618tuhaihe
authored andcommitted
fix: update acions (#417)
fix: update actions Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 parent c96e28d commit 4ac963b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • gpcontrib/diskquota/.github/workflows

gpcontrib/diskquota/.github/workflows/check.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ on:
1010
- "*.md"
1111
- "*.sql"
1212

13+
concurrency:
14+
group: ${{ github.event.number || github.run_id }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
build:
1519
runs-on: ubuntu-latest
1620
steps:
17-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
1822
- name: use clang-format 13
1923
run: pip3 install clang-format==13.0.1
2024
- name: Check clang code style
2125
run: git ls-files *.{c,h} | xargs clang-format -i --style=file && git diff --exit-code
22-

0 commit comments

Comments
 (0)