Skip to content

Commit

Permalink
Merge pull request #17 from NIGMS/fix-workflows
Browse files Browse the repository at this point in the history
fix the workflows so they pull the correct version.
  • Loading branch information
kyleoconnell-NIH authored Nov 21, 2024
2 parents 83835d7 + dbb241e commit 2bca2cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on:
pull_request:
workflow_dispatch:

env:
workflow_ref: main

jobs:
link_check:
name: 'Link Check'
uses: NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@${{env.workflow_ref}}
uses: NIGMS/NIGMS-Sandbox/.github/workflows/check-links.yaml@main
with:
repo_link_ignore_list: ""
workflow_ref: ${{env.workflow_ref}}
repo_link_ignore_list: ""
2 changes: 1 addition & 1 deletion .github/workflows/notebook-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
name: 'Linting'
uses: NIGMS/NIGMS-Sandbox/.github/workflows/notebook-lint.yaml@main
with:
directory: .
directory: .
1 change: 0 additions & 1 deletion reusable-workflow-repo
Submodule reusable-workflow-repo deleted from c4c1c8
6 changes: 1 addition & 5 deletions tutorial_1-bismark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -818,11 +818,7 @@
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit 2bca2cf

Please sign in to comment.