Skip to content

Commit

Permalink
Detect notebooks even if workflow fails
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Apr 11, 2024
1 parent d9cff1c commit dc28759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notebook-test-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Detect changed notebooks
id: changed-notebooks
if: "!cancelled()"
run: echo "CHANGED_NOTEBOOKS=$(git diff --name-only)" >> "$GITHUB_OUTPUT"

- name: Upload executed notebooks
Expand Down

0 comments on commit dc28759

Please sign in to comment.