From d38f33ce6f9adea68bc00ccd1a23a89cb1de5741 Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Fri, 28 Jun 2024 14:49:20 -0400 Subject: [PATCH] Update disable skip example --- examples/disable-skip/buf-ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/disable-skip/buf-ci.yaml b/examples/disable-skip/buf-ci.yaml index 98b33ae..0a125dd 100644 --- a/examples/disable-skip/buf-ci.yaml +++ b/examples/disable-skip/buf-ci.yaml @@ -19,6 +19,4 @@ jobs: with: username: ${{ secrets.BUF_USERNAME }} token: ${{ secrets.BUF_TOKEN }} - lint: ${{ github.event_name == 'pull_request' }} - format: ${{ github.event_name == 'pull_request' }} breaking: ${{ github.event_name == 'pull_request' }}