Skip to content

Commit

Permalink
add checkout before reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kislovskiy committed Apr 13, 2024
1 parent f432347 commit 432a0c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
if: github.ref == 'refs/heads/main' # Only checkout when the branch is 'main'
- name: Check for backend file changes
- name: Check for 2023_PyData_Berlin file changes
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 #v3.0.2
id: filter
with:
Expand All @@ -43,6 +43,7 @@ jobs:
needs: changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Trigger Reusable Workflow
uses: ./.github/workflows/lint_python_reusable.yaml
with:
Expand Down

0 comments on commit 432a0c2

Please sign in to comment.