Skip to content

Commit

Permalink
Update workflow-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Feb 7, 2024
1 parent e8ab9c5 commit eac8f46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_branch }}

- name: Get changed files
id: changed-files
Expand All @@ -42,6 +44,8 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_branch }}

- name: Get changed files
id: changed-files
Expand Down

0 comments on commit eac8f46

Please # to comment.