From 435529e6677f95868e10211e80877d320cec9e71 Mon Sep 17 00:00:00 2001 From: Asher Glick Date: Sat, 18 Nov 2023 15:11:42 -0600 Subject: [PATCH] . --- .github/workflows/diff_protobin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/diff_protobin.yml b/.github/workflows/diff_protobin.yml index cbb5d062..f8b1a687 100644 --- a/.github/workflows/diff_protobin.yml +++ b/.github/workflows/diff_protobin.yml @@ -7,7 +7,7 @@ on: jobs: custom-diff: runs-on: ubuntu-latest - if: github.event_name == 'pull_request' && !github.event.pull_request.draft + if: '!github.event.pull_request.draft' permissions: write-all steps: - name: Checkout Code