Skip to content

Commit

Permalink
Merge pull request #466 from conda/maresb-patch-1
Browse files Browse the repository at this point in the history
Restrict update-lockfile workflow push trigger to main
  • Loading branch information
maresb authored Jul 15, 2023
2 parents 7e9c611 + f0bf3ba commit 039a542
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-lockfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Run conda-lock to update dependencies

on:
push:
branches:
- main
workflow_dispatch:
schedule:
# At 5:28am UTC Monday and Thursday
Expand Down Expand Up @@ -49,6 +51,7 @@ jobs:
title: Relock dependencies
body: >
This pull request relocks the dependencies with conda-lock.
It is triggered by [update-lockfile](https://github.com/conda/conda-lock/blob/main/.github/workflows/update-lockfile.yaml).
branch: relock-deps
labels: conda-lock
reviewers: maresb
Expand Down

0 comments on commit 039a542

Please sign in to comment.