Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #116 from casperdcl/fix-ci-schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl authored Sep 29, 2023
2 parents bf42764 + fb75210 commit 422dbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: List modified models
run: |
if test "${{ github.event_name }}" = schedule; then
"modified=$(ls -d *-* | sort | jq -Rsc 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
echo "modified=$(ls -d *-* | sort | jq -Rsc 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
else
if [[ "${{ github.event_name }}" == pull_request* ]]; then
git fetch origin --depth=2 "${{ github.base_ref }}"
Expand Down

0 comments on commit 422dbcb

Please sign in to comment.