Skip to content

Commit 211e4cf

Browse files
committed
ci: exclude all-contrib from jekyll build
1 parent 0c13299 commit 211e4cf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
branches: [ main, master ]
77
paths-ignore:
88
- '_data/**'
9+
- .all-contributorsrc
910
pull_request:
1011
branches: [ main, master ]
1112
paths-ignore:
1213
- '_data/**'
14+
- .all-contributorsrc
1315
schedule:
1416
- cron: '0 0 * * 0'
1517

.github/workflows/jekyll-build-deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,18 @@ on:
1313
- .gitattributes
1414
- utils/**
1515
- pixi.toml
16+
- .all-contributorsrc
1617

17-
workflow_dispatch: # Allows a run of this workflow to be triggerred manually from the Actions tab
18+
workflow_dispatch:
19+
# Allows a run of this workflow to be triggerred manually from the Actions tab
1820

1921

20-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
22+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2123
permissions:
2224
contents: read
2325
pages: write
2426
id-token: write
2527

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

0 commit comments

Comments
 (0)