From 4d18629de4422367a255fe48d72665daadc5b971 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:54:26 -0500 Subject: [PATCH] ci: fix workflow [skip ci] --- .github/workflows/workflow.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index cedc81dd..27ac1d02 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -8,11 +8,10 @@ jobs: # Build, test and analyze build-test-analyze: - if: "!contains(github.event.head_commit.message, '[skip test]')" + name: Build, test and analyze runs-on: ubuntu-latest - steps: - - name: Build, test and analyze - uses: lowlighter/metrics/.github/workflows/test.yml@master + if: "!contains(github.event.head_commit.message, '[skip test]')" + uses: lowlighter/metrics/.github/workflows/test.yml@master # Format code format: @@ -155,11 +154,10 @@ jobs: # Publish examples publish-examples: + name: Publish examples runs-on: ubuntu-latest needs: [ docker-release ] - steps: - - name: Publish examples - uses: lowlighter/metrics/.github/workflows/examples.yml@master + uses: lowlighter/metrics/.github/workflows/examples.yml@master # Rebase latest branch on master update-latest: