We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e72c2 commit 0d3edb3Copy full SHA for 0d3edb3
.github/workflows/workflow.yml
@@ -9,7 +9,6 @@ jobs:
9
# Build, test and analyze
10
build-test-analyze:
11
name: Build, test and analyze
12
- runs-on: ubuntu-latest
13
if: "!contains(github.event.head_commit.message, '[skip test]')"
14
uses: lowlighter/metrics/.github/workflows/test.yml@master
15
@@ -155,7 +154,6 @@ jobs:
155
154
# Publish examples
156
publish-examples:
157
name: Publish examples
158
159
needs: [ docker-release ]
160
uses: lowlighter/metrics/.github/workflows/examples.yml@master
161
0 commit comments