Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
tags: ["v*"]

env:
PKG_NAME: examplepyapp
MODULE_NAME: packagenamepy
PKG_NAME: commons
MODULE_NAME: commons

# cancel previous job if new commit is pushed
concurrency:
Expand Down
Loading