Skip to content

Commit

Permalink
protect gh pages from parallel changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Jun 15, 2024
1 parent 6de0249 commit d1d0baa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
# Build with publishing Allure report, coverage report
primary-build:
runs-on: ubuntu-latest
concurrency:
group: github-pages
cancel-in-progress: false

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
env:
PRIMARY_PYTHON_VERSION: '3.12'
runs-on: ubuntu-latest
concurrency:
group: github-pages
cancel-in-progress: false
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit d1d0baa

Please sign in to comment.