This is an automated email from the ASF dual-hosted git repository.
gopidesu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-publish.git
The following commit(s) were added to refs/heads/main by this push:
new 3a0c7ac update workflow names
3a0c7ac is described below
commit 3a0c7aca02b50ca1da218c456797bb116e91f876
Author: Pavan Kumar <[email protected]>
AuthorDate: Fri Dec 13 09:56:26 2024 +0000
update workflow names
---
.github/workflows/airflow-publish.yml | 2 +-
.github/workflows/ci.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/airflow-publish.yml
b/.github/workflows/airflow-publish.yml
index bdc3134..c4ed977 100644
--- a/.github/workflows/airflow-publish.yml
+++ b/.github/workflows/airflow-publish.yml
@@ -16,7 +16,7 @@
# under the License.
#
---
-name: Publish airflow packages
+name: Dry run publish airflow packages
description: "Publish or verify svn artifacts"
on:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e22af8f..3d7809b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@
# under the License.
#
---
-name: Test actions scripts
+name: Unit test action scripts
on:
workflow_dispatch:
pull_request: