We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f39ee0 commit 0e09708Copy full SHA for 0e09708
.github/workflows/main.yml
@@ -22,6 +22,7 @@ jobs:
22
run-notebook-tester: ${{ steps.changed-files.outputs.RUN_NOTEBOOK_TESTER }}
23
run-api-checks: ${{ steps.decide.outputs.RUN_API_CHECKS }}
24
steps:
25
+ - uses: actions/checkout@v4
26
- name: Determine all changed files
27
id: changed-files
28
env:
0 commit comments