Skip to content

Commit

Permalink
Merge pull request #1171 from BalancerMaxis/upkeeps
Browse files Browse the repository at this point in the history
ci: run upkeep query on its own branch
  • Loading branch information
gosuto-inzasheru authored Jul 17, 2024
2 parents 97d268e + 90699c8 commit 8875b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upkeeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
ref: "upkeeps"

- name: Set up Python 3.10
uses: actions/setup-python@v5
Expand Down

0 comments on commit 8875b98

Please sign in to comment.