Skip to content

Commit

Permalink
[CI] cancel in progress true,
Browse files Browse the repository at this point in the history
  • Loading branch information
gllmAR committed Sep 3, 2024
1 parent 5d66ff3 commit bbe626b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ permissions:
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.
# cancel in-progress.
concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true

jobs:
# Single deploy job since we're just deploying
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Docsify Sidebar and README Generator
- name: Run all bash scripts in /.run/
run: bash ./autorun.sh
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit bbe626b

Please sign in to comment.