Skip to content

Commit

Permalink
Make sure build does not run concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
arai-a committed Nov 21, 2021
1 parent b9345e9 commit fafca1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
concurrency: build

steps:
- name: Setup Python
Expand Down

0 comments on commit fafca1b

Please sign in to comment.