Skip to content
Merged
Changes from all commits
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
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

name: Continuous Integration

# No need for more than read permission
permissions:
contents: read

on:
# Triggers the workflow on push or pull request events but only for this git branch
push:
Expand Down Expand Up @@ -57,9 +61,6 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: read

jobs:
# NOTE: We rely on containers for everything to get version consistency
python3-latest:
Expand Down
Loading