Skip to content

Commit 11e17db

Browse files
committed
typos and completion log
1 parent 7ecbdac commit 11e17db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/submission-snapshot-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Submission Snapshot Lint
1+
name: Submission Snapshot Build
22
on:
33
push:
44
paths:
55
- 'submission-snapshot/**'
66

77
jobs:
8-
build-pusg:
8+
build-push:
99
runs-on: ubuntu-latest
1010

1111
permissions:

submission-snapshot/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ def submission_source(
6262
load_info = pipeline.run(submission_source())
6363

6464
print(load_info)
65+
66+
print("Execution complete, closing pipeline job.")

0 commit comments

Comments
 (0)