Skip to content

Commit

Permalink
chore: trying to the update_dependencies workflow working (#14142)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Jun 26, 2024
1 parent d9d3a89 commit 022088d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Update Mathlib Dependencies

# This action currently uses the NIGHTLY_TESTING secret, but could be moved to a separate secret.
# Despite this, this action is acting on the `master` branch, not the `nightly-testing` branch.

on:
schedule:
- cron: '0 * * * *' # This will run every hour
Expand Down Expand Up @@ -87,5 +84,6 @@ jobs:
token: ${{ secrets.NIGHTLY_TESTING }}
commit-message: "chore: update Mathlib dependencies $(date -u +\"%Y-%m-%d\")"
branch: ${{ env.branch_name }}
base: master # Ensure the base branch is explicitly set to master
title: "chore: update Mathlib dependencies $(date -u +\"%Y-%m-%d\")"
labels: "auto-merge-after-CI"

0 comments on commit 022088d

Please sign in to comment.