Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update biobb fork #252

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fuzzy_compile_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: always()
uses: actions/checkout@v3
with:
repository: jfennick/biobb_adapters
repository: sameeul/biobb_adapters
ref: master
path: biobb_adapters

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
if: always()
uses: actions/checkout@v3
with:
# NOTE: temporarily hardcode jfennick & master because we can only
# NOTE: temporarily hardcode sameeul & master because we can only
# have up to 10 input parameters for workflow_dispatch...
repository: jfennick/biobb_adapters
repository: sameeul/biobb_adapters
ref: master
path: biobb_adapters

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: always()
uses: actions/checkout@v3
with:
repository: jfennick/biobb_adapters
repository: sameeul/biobb_adapters
ref: master
path: biobb_adapters

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
if: always()
uses: actions/checkout@v3
with:
# NOTE: temporarily hardcode jfennick & master because we can only
# NOTE: temporarily hardcode sameeul & master because we can only
# have up to 10 input parameters for workflow_dispatch...
repository: jfennick/biobb_adapters
repository: sameeul/biobb_adapters
ref: master
path: biobb_adapters

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_workflows_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: always()
uses: actions/checkout@v3
with:
repository: jfennick/biobb_adapters
repository: sameeul/biobb_adapters
ref: master
path: biobb_adapters

Expand Down
Loading