From c1ef3362323c5fa93f4b18bdc9b319c8f3f14ac9 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sun, 24 Apr 2022 23:50:29 -0500 Subject: [PATCH] Update tests --- .github/workflows/cron-alpine.yml | 2 +- .github/workflows/cron-debian.yml | 2 +- .github/workflows/main-alpine.yml | 2 +- .github/workflows/main-debian.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cron-alpine.yml b/.github/workflows/cron-alpine.yml index 8f4e572f..047225f5 100644 --- a/.github/workflows/cron-alpine.yml +++ b/.github/workflows/cron-alpine.yml @@ -7,7 +7,7 @@ # Attribution required: please include my name in any derivative and let me # know how you have improved it! -name: buildx alpine cron +name: build cron on: schedule: diff --git a/.github/workflows/cron-debian.yml b/.github/workflows/cron-debian.yml index 269b665d..54312164 100644 --- a/.github/workflows/cron-debian.yml +++ b/.github/workflows/cron-debian.yml @@ -7,7 +7,7 @@ # Attribution required: please include my name in any derivative and let me # know how you have improved it! -name: buildx debian cron +name: build debian cron on: schedule: diff --git a/.github/workflows/main-alpine.yml b/.github/workflows/main-alpine.yml index d24168cc..567dc409 100644 --- a/.github/workflows/main-alpine.yml +++ b/.github/workflows/main-alpine.yml @@ -7,7 +7,7 @@ # Attribution required: please include my name in any derivative and let me # know how you have improved it! -name: buildx alpine latest +name: build on: push: diff --git a/.github/workflows/main-debian.yml b/.github/workflows/main-debian.yml index 452f2574..1eb3e65e 100644 --- a/.github/workflows/main-debian.yml +++ b/.github/workflows/main-debian.yml @@ -7,7 +7,7 @@ # Attribution required: please include my name in any derivative and let me # know how you have improved it! -name: buildx debian latest +name: build debian on: push: