Skip to content

Commit

Permalink
Run pro tests when scheduled (#1154)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Chores**
- Updated CI testing workflow to enhance job execution conditions for
pull requests and scheduled events.
- Added a new step for setting up the `ossutil` tool in the upload
process.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
jackalcooper authored Dec 5, 2024
1 parent b75ba1e commit 6d1309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
max-parallel: 5
matrix:
should-run-pro:
- ${{ github.event.pull_request.head.repo.full_name == github.repository }}
- ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'schedule' }}
image:
- onediff:cu118
- onediff-pro:cu122
Expand Down

0 comments on commit 6d1309e

Please sign in to comment.