Skip to content

Commit

Permalink
update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mr8lu committed Nov 12, 2024
1 parent df15966 commit 30efd92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-links-self.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:
jobs:
link_check:
name: 'Link Check'
uses: STRIDES/NIHCloudLab/.github/workflows/check-links.yaml@main
uses: STRIDES/NIHCloudLab/.github/workflows/check-links.yaml@dev/gh-action
with:
repo_link_ignore_list: ""
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
repository: STRIDES/NIHCloudLab
path: reusable-workflow-repo
ref: main
ref: dev/gh-action

- name: Link Check
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook-lint-self.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ permissions:
jobs:
lint:
name: 'Linting'
uses: STRIDES/NIHCloudLab/.github/workflows/notebook-lint.yaml@main
uses: STRIDES/NIHCloudLab/.github/workflows/notebook-lint.yaml@dev/gh-action
with:
directory: .
2 changes: 1 addition & 1 deletion .github/workflows/notebook-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: STRIDES/NIHCloudLab
ref: main
ref: dev/gh-action
path: reusable-workflow-repo

- name: Set up Python
Expand Down

0 comments on commit 30efd92

Please sign in to comment.