Commit 47e3439c authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: add checkout action for path filters (#222)

parent 06c10bba
......@@ -38,6 +38,8 @@ jobs:
needs: mirror_repo
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Detect source code changes
id: src_changes
uses: dorny/paths-filter@v3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment