This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 47a33de4d add version to the workflow name
47a33de4d is described below
commit 47a33de4d3b15e1e25b0410b220189adcd04ab30
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri Mar 10 16:02:19 2023 +0300
add version to the workflow name
---
.github/workflows/verify-deploy-on-push.yml | 2 +-
.github/workflows/verify-on-pr.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/verify-deploy-on-push.yml
b/.github/workflows/verify-deploy-on-push.yml
index dabe35d20..a891b5c6b 100644
--- a/.github/workflows/verify-deploy-on-push.yml
+++ b/.github/workflows/verify-deploy-on-push.yml
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-name: verify and deploy
+name: verify and deploy 5.0
on: push
diff --git a/.github/workflows/verify-on-pr.yml
b/.github/workflows/verify-on-pr.yml
index 79390a45a..bf0e8de50 100644
--- a/.github/workflows/verify-on-pr.yml
+++ b/.github/workflows/verify-on-pr.yml
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-name: verify PR
+name: verify PR 5.0
on: pull_request