Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
senivam authored Oct 12, 2023
1 parent b480424 commit 42686ea
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42686ea

Please sign in to comment.