Skip to content

Commit 8e317c1

Browse files
Kielekalanwest
andauthored
[infra] Checkout code on main to detect changes (#2904)
Co-authored-by: Alan West <[email protected]>
1 parent 3aea07b commit 8e317c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
outputs:
1616
changes: ${{ steps.changes.outputs.changes }}
1717
steps:
18+
- name: check out code
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
if: ${{ github.event_name == 'push' }}
21+
1822
- uses: AurorNZ/paths-filter@3b1f3abc3371cca888d8eb03dfa70bc8a9867629 # v4.0.0
1923
id: changes
2024
with:

0 commit comments

Comments
 (0)