Skip to content

Commit 1237461

Browse files
committed
WIP: testing block 3rd job x2
1 parent 3bae7c5 commit 1237461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ubuntu-latest
121121
needs: build-docs
122122
# Run only on pushes to the default branch
123-
# if: github.ref == 'refs/heads/main'
123+
if: github.ref == 'refs/heads/main'
124124
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
125125
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
126126
concurrency:

0 commit comments

Comments
 (0)