Skip to content

Commit

Permalink
Merge pull request #3351 from infotroph/fix-yml
Browse files Browse the repository at this point in the history
typo in depends action
  • Loading branch information
infotroph authored Aug 1, 2024
2 parents c83a9b4 + 8a9a355 commit 535b826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
(contains(fromJSON('["4.1", "4.2", "4.4"]'), matrix.R)
&& github.event.schedule == '0 0 * * *') ||
(contains(fromJSON('[4.3", "devel"]'), matrix.R)
(contains(fromJSON('["4.3", "devel"]'), matrix.R)
&& github.event.schedule == '30 1 * * 1')
run: |
BRANCH=${GITHUB_REF##*/}
Expand Down

0 comments on commit 535b826

Please sign in to comment.