From f0ed3745c2af5963faa2a422ee199dff27ab28dd Mon Sep 17 00:00:00 2001 From: Timo Date: Mon, 2 Sep 2024 14:09:58 +0200 Subject: [PATCH] more renaming --- .github/workflows/build-lint-test.yml | 2 +- .github/workflows/deploy-preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 6f2808853a..4d3ecaec03 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -1,4 +1,4 @@ -name: Deploy preview +name: Build, lint and test on: pull_request: diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 957f975da2..10b61412c0 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -1,4 +1,4 @@ -name: Build, lint and test +name: Deploy preview on: workflow_run: ["Build, lint and test"]