Skip to content

Commit

Permalink
Set concurrency to GitHub Action to avoid conflicts in git push
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Feb 2, 2023
1 parent b58d992 commit 511ad1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:

jobs:
build:

runs-on: ubuntu-latest

concurrency: ${{github.ref}}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 511ad1a

Please sign in to comment.