Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Nov 5, 2024
1 parent 84742ee commit 9f976ea
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Update dependencies
on:
schedule:
- cron: '0 3 * * 6' # Run every saturday at 3 am.
workflow_dispatch:
jobs:
update_dependencies:
name: Update dependencies
if: github.repository_owner == 'galaxyproject'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -19,20 +16,4 @@ jobs:
3.9
- name: Update dependencies
run: make update-dependencies
- name: Create pull request
uses: peter-evans/create-pull-request@v6
with:
author: galaxybot <[email protected]>
token: ${{ secrets.GALAXYBOT_PAT }}
commit-message: |
Update Python dependencies
by running `make update-dependencies`.
branch: dev_auto_update_dependencies
delete-branch: true
push-to-fork: galaxybot/galaxy
title: Update Python dependencies
body: by running `make update-dependencies`.
labels: |
area/dependencies
kind/enhancement
- run: git diff

0 comments on commit 9f976ea

Please sign in to comment.