We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcaaf26 commit 401a119Copy full SHA for 401a119
.github/workflows/quest-bulk.yml
@@ -51,4 +51,4 @@ jobs:
51
org: ${{ github.repository_owner }}
52
repo: ${{ github.repository }}
53
issue: '-1'
54
- duration: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.duration || github.event.schedule == '0 9 6 * *' && -1 || 5 }}
+ duration: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.duration || github.event.schedule == '0 9 6 * *' && -1 || 5 }}
0 commit comments