From 42686ea67d1e03ccd544cfe99e52bc81a4a54b27 Mon Sep 17 00:00:00 2001 From: Maxim Nesen Date: Thu, 12 Oct 2023 15:52:05 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ddd4d89f13c..81573592d38 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,14 +2,7 @@ name: Examples Check Badge on: [pull_request] jobs: - binder: - if: | - ( - (github.event.issue.author_association == 'OWNER') || - (github.event.issue.author_association == 'COLLABORATOR') || - (github.event.issue.author_association == 'CONTRIBUTOR') || - (github.event.issue.author_association == 'MEMBER') - ) + examples: runs-on: ubuntu-latest permissions: pull-requests: write