Skip to content

Commit 2fc7094

Browse files
committed
WIP: testing last job ci concurrency
1 parent 2b95205 commit 2fc7094

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: documentation
1+
name: doc-build
22

33
on: [push, pull_request, workflow_dispatch]
44

@@ -7,13 +7,6 @@ permissions:
77
pages: write
88
id-token: write
99

10-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
11-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
12-
concurrency:
13-
group: "pages"
14-
cancel-in-progress: false
15-
16-
1710
jobs:
1811
build-source:
1912
runs-on: windows-latest
@@ -128,7 +121,13 @@ jobs:
128121
runs-on: ubuntu-latest
129122
needs: build-docs
130123
if: github.ref == 'refs/heads/main'
124+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
125+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
126+
concurrency:
127+
group: "pages"
128+
cancel-in-progress: false
131129

130+
132131
steps:
133132
- name: Checkout repository
134133
uses: actions/checkout@v4

0 commit comments

Comments
 (0)