Skip to content

Commit 80dc178

Browse files
committed
[actions] update sandpaper workflow to version 0.16.11
1 parent d723019 commit 80dc178

File tree

3 files changed

+1
-23
lines changed

3 files changed

+1
-23
lines changed

.github/workflows/pr-receive.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ jobs:
5656
CHIVE: ${{ github.workspace }}/site/chive
5757
PR: ${{ github.workspace }}/site/pr
5858
MD: ${{ github.workspace }}/site/built
59-
services:
60-
mysql:
61-
image: mysql:8.0
62-
env:
63-
MYSQL_ROOT_PASSWORD: root
64-
ports:
65-
- "8888:3306"
66-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
6759
steps:
6860
- name: "Check Out Main Branch"
6961
uses: actions/checkout@v4
@@ -92,9 +84,6 @@ jobs:
9284
uses: carpentries/actions/setup-lesson-deps@main
9385
with:
9486
cache-version: ${{ secrets.CACHE_VERSION }}
95-
96-
- name: Setup slurm
97-
uses: koesterlab/setup-slurm-action@v1
9887

9988
- name: "Validate and Build Markdown"
10089
id: build-site

.github/workflows/sandpaper-main.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ jobs:
3232
env:
3333
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
3434
RENV_PATHS_ROOT: ~/.local/share/renv/
35-
services:
36-
mysql:
37-
image: mysql:8.0
38-
env:
39-
MYSQL_ROOT_PASSWORD: root
40-
ports:
41-
- "8888:3306"
42-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
4335
steps:
4436

4537
- name: "Checkout Lesson"
@@ -64,9 +56,6 @@ jobs:
6456
with:
6557
cache-version: ${{ secrets.CACHE_VERSION }}
6658

67-
- name: Setup slurm
68-
uses: koesterlab/setup-slurm-action@v1
69-
7059
- name: "Deploy Site"
7160
run: |
7261
reset <- "${{ github.event.inputs.reset }}" == "true"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.10
1+
0.16.11

0 commit comments

Comments
 (0)