fix(ci): repository examples after test examples [skip ci]

This commit is contained in:
lowlighter
2022-07-07 20:06:33 -04:00
parent 906bafa3fe
commit 48b5a2c6a9
2 changed files with 2 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ jobs:
repository: repository:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [ examples ]
if: "github.repository == 'lowlighter/metrics'" if: "github.repository == 'lowlighter/metrics'"
steps: steps:
- name: Checkout repository - name: Checkout repository

View File

@@ -1250,6 +1250,7 @@ jobs:
repository: repository:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [ examples ]
if: "github.repository == 'lowlighter/metrics'" if: "github.repository == 'lowlighter/metrics'"
steps: steps:
- name: Checkout repository - name: Checkout repository