ci: fix workflow [skip ci]

This commit is contained in:
lowlighter
2022-01-15 14:54:26 -05:00
parent ea8723c7dd
commit 4d18629de4

View File

@@ -8,11 +8,10 @@ jobs:
# Build, test and analyze # Build, test and analyze
build-test-analyze: build-test-analyze:
if: "!contains(github.event.head_commit.message, '[skip test]')" name: Build, test and analyze
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: if: "!contains(github.event.head_commit.message, '[skip test]')"
- name: Build, test and analyze uses: lowlighter/metrics/.github/workflows/test.yml@master
uses: lowlighter/metrics/.github/workflows/test.yml@master
# Format code # Format code
format: format:
@@ -155,11 +154,10 @@ jobs:
# Publish examples # Publish examples
publish-examples: publish-examples:
name: Publish examples
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [ docker-release ] needs: [ docker-release ]
steps: uses: lowlighter/metrics/.github/workflows/examples.yml@master
- name: Publish examples
uses: lowlighter/metrics/.github/workflows/examples.yml@master
# Rebase latest branch on master # Rebase latest branch on master
update-latest: update-latest: