Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
syntax
  • Loading branch information
AlexWaygood authored May 1, 2023
commit 16cef5fe7d87ebcaf3836a381a457ba47c089ca0
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
pull-requests: write
name: ${{ matrix.os }} - ${{ matrix.python }}
if: ${{ github.event_name != 'schedule' || (github.repository == 'python/pyperformance' || && github.event_name == 'schedule') }}
if: ${{ github.event_name != 'schedule' || (github.repository == 'python/pyperformance' && github.event_name == 'schedule') }}
strategy:
fail-fast: false
matrix:
Expand Down