From 79f53af6c7e21fa98682cea0f0561d2a0e3c5999 Mon Sep 17 00:00:00 2001 From: aaraz Date: Wed, 20 Dec 2023 12:31:16 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e098ef..c2ca7f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,10 +6,11 @@ on: jobs: push_to_registry: + name: test runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.1 name: Pbuild & push docker image runs-on: ubuntu-latest steps: