Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Apr 10, 2024
1 parent 4729e06 commit 5535e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ concurrency:

env:
# Run for 15 minute on PRs
DURATION: "${{ inputs.duration || ( github.event_name == 'schedule' && 900 || 1800 )}}"
DURATION: "${{ inputs.duration || ( github.event_name != 'schedule' && 900 || 1800 )}}"
# minimize artifact duration for PRs, keep them a bit longer for nightly runs
RETENTION: "${{ github.event_name == 'pull_request' && 1 || 3 }}"

Expand Down

0 comments on commit 5535e81

Please sign in to comment.