Skip to content

Commit 3c1a648

Browse files
committed
Fix copy/paste error
1 parent a21f14a commit 3c1a648

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ on:
44
push:
55

66
jobs:
7-
name: Check submission for US-RSE'24
8-
9-
on:
10-
push: # `on.push` means that the workflow will be triggered any time one or more commits are pushed to the repository
11-
12-
jobs:
13-
check-submission: # `check-submission` is the job-id and can be chosen arbitrarily
14-
uses: USRSE/notebooks-submissions/.github/workflows/check-submission.yml@v1
15-
with:
16-
notebook: diamonds.qmd
7+
check-submission: # `check-submission` is the job-id and can be chosen arbitrarily
8+
uses: USRSE/notebooks-submissions/.github/workflows/check-submission.yml@v1
9+
with:
10+
notebook: diamonds.qmd

0 commit comments

Comments
 (0)