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
5 changes: 1 addition & 4 deletions .github/workflows/python-example-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
name: Python Example Docker Image

on:
pull_request:
paths:
Expand All @@ -13,8 +10,8 @@ on:

jobs:
build:
name: 'Build example app image'
runs-on: ubuntu-24.04
strategy:
name: build-python-example
permissions:
contents: read
Expand Down
Loading