Skip to content

Commit

Permalink
fixup! Revert "github: Remove workflow for Mac OS X"
Browse files Browse the repository at this point in the history
  • Loading branch information
aszlig committed Aug 6, 2023
1 parent 714d2a8 commit a4efd83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:

macos:
runs-on: macos-latest
if: github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name !=
github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
Expand Down

0 comments on commit a4efd83

Please sign in to comment.