Skip to content
Merged
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
6 changes: 4 additions & 2 deletions .github/workflows/make-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- main
- bioRxiv-v1
- dev
paths:
- "pdm.lock"

Expand Down Expand Up @@ -94,12 +96,12 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
base: main
base: ${{ github.ref_name }}
title: admin/requirements-update_${{ steps.timestamp.outputs.timestamp }}
body: Updating requirements.txt.

Due to some [challenges](https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs),
with getting this PR to trigger the tests, please manually close and re-open this PR.
branch: admin/requirements-update_${{ steps.timestamp.outputs.timestamp }}
commit-message: Updating requirements.txt after change to `pdm.lock` was pushed to `main`
commit-message: Updating requirements.txt after change to `pdm.lock` was pushed to `${{ github.ref_name }}`
delete-branch: true