Skip to content

Commit

Permalink
Altered debug-only
Browse files Browse the repository at this point in the history
  • Loading branch information
phw198 authored Oct 28, 2021
1 parent 3300014 commit 8dea7c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dormant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ jobs:
stale-issue-message: 'This issue has been marked dormant because the last update is at least 30 days ago. If no update is made with the next 7 days, the issue will be closed.'
days-before-close: 7
start-date: '2020-01-01T00:00:00Z' # ISO 8601 or RFC 2822
operations-per-run: 10

if: github.event.inputs.test-run == 'y'
debug-only: true
operations-per-run: 10
debug-only: (github.event.inputs.test-run == 'y')

0 comments on commit 8dea7c9

Please sign in to comment.