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 3c0999d commit be2b23fCopy full SHA for be2b23f
.github/workflows/sanitize.yaml
@@ -21,7 +21,7 @@ jobs:
21
fuzz: "on"
22
fail-fast: false
23
runs-on: ubuntu-24.04
24
- if: github.event.review.state == 'APPROVED'
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
25
steps:
26
- uses: actions/checkout@v4
27
- name: Purge runner
0 commit comments