We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21f14a commit 3c1a648Copy full SHA for 3c1a648
.github/workflows/checks.yml
@@ -4,13 +4,7 @@ on:
4
push:
5
6
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
+ check-submission: # `check-submission` is the job-id and can be chosen arbitrarily
+ uses: USRSE/notebooks-submissions/.github/workflows/check-submission.yml@v1
+ with:
+ notebook: diamonds.qmd
0 commit comments