From 256a474e1c36546edf8dcf0639af9cfe0aa279f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=20Claud=20=E2=98=81=EF=B8=8F?= <3452074+clobee@users.noreply.github.com> Date: Fri, 3 Apr 2020 04:15:21 +0100 Subject: [PATCH] Updates jobs name --- .github/workflows/demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index c7c7511..516ab2e 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -1,7 +1,7 @@ on: [push, pull_request] jobs: - single_key_demo: + multiple_key_demo: strategy: matrix: os: [ubuntu-latest, macOS-latest] @@ -15,7 +15,7 @@ jobs: ${{ secrets.DEMO_KEY }} ${{ secrets.DEMO_KEY_2 }} - multiple_keys_demo: + single_key_demo: strategy: matrix: os: [ubuntu-latest, macOS-latest]