Skip to content

Commit 1e69a01

Browse files
authored
fix: Fix invalid workflow for image building (#546)
* fix: Fix invalid workflow for image building. Remove cruft from LLM generation * Fix another mistake * Add label to workflow job
1 parent 495f4ed commit 1e69a01

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/python-example-image.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
name: Python Example Docker Image
3-
41
on:
52
pull_request:
63
paths:
@@ -13,8 +10,8 @@ on:
1310

1411
jobs:
1512
build:
13+
name: 'Build example app image'
1614
runs-on: ubuntu-24.04
17-
strategy:
1815
name: build-python-example
1916
permissions:
2017
contents: read

0 commit comments

Comments
 (0)