Skip to content

Commit

Permalink
Run at most single build job at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
IRus committed Oct 21, 2023
1 parent a266d32 commit def3211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
name: "Build backend"
runs-on: ubuntu-latest
concurrency: telegram-bot-tests-single
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit def3211

Please sign in to comment.