This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch github-action-test
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/github-action-test by this
push:
new a19ec3fee Test GitHub actions
a19ec3fee is described below
commit a19ec3fee58bbe580d1f2ce3fafd6a203233dbc9
Author: Nikita Timofeev <[email protected]>
AuthorDate: Thu Nov 10 17:24:21 2022 +0300
Test GitHub actions
---
.github/workflows/verify-deploy-on-push.yml | 2 +-
.github/workflows/verify-on-pr.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/verify-deploy-on-push.yml
b/.github/workflows/verify-deploy-on-push.yml
index 9f64c707a..e89b308cd 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: build and test
+name: verify and deploy
on: [push]
diff --git a/.github/workflows/verify-on-pr.yml
b/.github/workflows/verify-on-pr.yml
index 177880e77..8a9e826c6 100644
--- a/.github/workflows/verify-on-pr.yml
+++ b/.github/workflows/verify-on-pr.yml
@@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-name: build and test
+name: verify PR
-on: [pr]
+on: [pull_request]
jobs: