Skip to content

Commit 0d3edb3

Browse files
committed
fix(ci): reusable workflow
1 parent 52e72c2 commit 0d3edb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
# Build, test and analyze
1010
build-test-analyze:
1111
name: Build, test and analyze
12-
runs-on: ubuntu-latest
1312
if: "!contains(github.event.head_commit.message, '[skip test]')"
1413
uses: lowlighter/metrics/.github/workflows/test.yml@master
1514

@@ -155,7 +154,6 @@ jobs:
155154
# Publish examples
156155
publish-examples:
157156
name: Publish examples
158-
runs-on: ubuntu-latest
159157
needs: [ docker-release ]
160158
uses: lowlighter/metrics/.github/workflows/examples.yml@master
161159

0 commit comments

Comments
 (0)