Skip to content

Commit

Permalink
Fix copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Mar 12, 2024
1 parent a21f14a commit 3c1a648
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ on:
push:

jobs:
name: Check submission for US-RSE'24

on:
push: # `on.push` means that the workflow will be triggered any time one or more commits are pushed to the repository

jobs:
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
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 comments on commit 3c1a648

Please sign in to comment.