Skip to content

Commit

Permalink
remove the concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Jul 8, 2024
1 parent b6762ba commit 2062f9f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: documentation
name: documentation-push
on:
# Triggers the workflow on push but only for the main branch
push:
Expand All @@ -12,18 +12,6 @@ on:
workflow_dispatch:


# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2062f9f

Please sign in to comment.