Skip to content

Commit 3548f47

Browse files
committed
Debug lockfile workflow
1 parent d8878fd commit 3548f47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-lockfile.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Update lockfile
22

33
on:
44
workflow_dispatch:
5+
push:
56
schedule:
67
# At 06:12 UTC on Monday
78
- cron: 12 6 * * MON
@@ -49,6 +50,9 @@ jobs:
4950
with:
5051
name: conda-lock-*.yaml
5152
path: conda
53+
- name: Print diff
54+
run: |
55+
git diff
5256
- name: Open a pull request
5357
uses: peter-evans/create-pull-request@v5
5458
with:

0 commit comments

Comments
 (0)