Skip to content

Commit

Permalink
chore: up github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Apr 12, 2024
1 parent 5376636 commit 89caa40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/judger-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
paths:
- 'src/sub-app/judger-agent/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/socket-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
paths:
- 'src/sub-app/socket-io/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 89caa40

Please sign in to comment.