From 451da5cb7514a1b63f592d7507012742a57042af Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Fri, 26 Jan 2024 11:32:29 -0800 Subject: [PATCH] unique names; --- .github/workflows/motoko-invoice-e2e.yaml | 2 +- .github/workflows/motoko-invoice-unit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/motoko-invoice-e2e.yaml b/.github/workflows/motoko-invoice-e2e.yaml index cd835304a..7a5dcecdd 100644 --- a/.github/workflows/motoko-invoice-e2e.yaml +++ b/.github/workflows/motoko-invoice-e2e.yaml @@ -1,4 +1,4 @@ -name: motoko-invoice-canister +name: motoko-invoice-canister-e2e on: push: branches: diff --git a/.github/workflows/motoko-invoice-unit.yaml b/.github/workflows/motoko-invoice-unit.yaml index 8f3213131..ed904888b 100644 --- a/.github/workflows/motoko-invoice-unit.yaml +++ b/.github/workflows/motoko-invoice-unit.yaml @@ -1,4 +1,4 @@ -name: motoko-invoice-canister +name: motoko-invoice-canister-unit on: push: branches: