Skip to content

Commit

Permalink
fix: use triggering workflow branch for infra workflow (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz authored Apr 23, 2024
1 parent 33587ca commit abc057e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mev-commit-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
ref: ${{ github.event.workflow_run.head_branch }}


- name: Install jq
run: |
Expand Down

0 comments on commit abc057e

Please sign in to comment.