Skip to content

Commit

Permalink
Fix workflow names broken after sync (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
dosaboy authored Jul 16, 2024
1 parent 5497128 commit 187ec43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a templated file and must be kept up-to-date with the original
# from upstream at https://github.com/canonical/se-tooling-ci-common.
name: Python package
name: Python Package
on:
push:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap-build-and-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Build and publish Snap
on:
workflow_run:
workflows: [Test]
workflows: [Run Tests]
branches: [main]
types: [completed]

Expand Down

0 comments on commit 187ec43

Please sign in to comment.