8000 gh-263: Run Python 3.12 task as the experimental task by corona10 · Pull Request #274 · python/pyperformance · GitHub
[go: up one dir, main page]

Skip to content
Prev Previous commit
Next Next commit
Permission test
  • Loading branch information
corona10 committed Apr 19, 2023
commit bd5da95cb6536036f97e2f3d233f6ec8058cae2d
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:

# test
permissions: write-all

jobs:

test:
permissions:
pull-requests: write
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} - ${{ matrix.python }}
strategy:
Expand Down
0