From 0d3edb3f8eac93ed7d8115d20219794ac8891bd2 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 15 Jan 2022 15:04:15 -0500 Subject: [PATCH] fix(ci): reusable workflow --- .github/workflows/workflow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 27ac1d02..456c4cc8 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,7 +9,6 @@ jobs: # Build, test and analyze build-test-analyze: name: Build, test and analyze - runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[skip test]')" uses: lowlighter/metrics/.github/workflows/test.yml@master @@ -155,7 +154,6 @@ jobs: # Publish examples publish-examples: name: Publish examples - runs-on: ubuntu-latest needs: [ docker-release ] uses: lowlighter/metrics/.github/workflows/examples.yml@master