From 83d47f7aaa247371ad8a51b8d5245afe8f4af620 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 20 Jul 2023 05:00:44 +0000
Subject: [PATCH] rename github action
---
.github/workflows/ci.yaml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f179eaa..2a6e70c 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -6,7 +6,7 @@
- v4-alpha # TODO: update
jobs:
- deploy:
+ build-and-test:
runs-on: ubuntu-22.04
permissions:
contents: write
--
Gitblit v1.10.0