Skip to content

Commit

Permalink
fixup! Automatic cleanup on closed PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Sep 12, 2024
1 parent 5c2dee2 commit 619e522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview_on_auspice_us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
secrets: inherit
with:
repository: nextstrain/auspice.us
cleanup: github.event.action == 'closed'
cleanup: ${{ github.event.action == 'closed' }}
2 changes: 1 addition & 1 deletion .github/workflows/preview_on_nextstrain_org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
repository: nextstrain/nextstrain.org
directory: auspice-client
cleanup: github.event.action == 'closed'
cleanup: ${{ github.event.action == 'closed' }}

0 comments on commit 619e522

Please sign in to comment.