Skip to content

Commit 48b5a2c

Browse files
committed
fix(ci): repository examples after test examples [skip ci]
1 parent 906bafa commit 48b5a2c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/scripts/files/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666

6767
repository:
6868
runs-on: ubuntu-latest
69+
needs: [ examples ]
6970
if: "github.repository == 'lowlighter/metrics'"
7071
steps:
7172
- name: Checkout repository

.github/workflows/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,7 @@ jobs:
12501250

12511251
repository:
12521252
runs-on: ubuntu-latest
1253+
needs: [ examples ]
12531254
if: "github.repository == 'lowlighter/metrics'"
12541255
steps:
12551256
- name: Checkout repository

0 commit comments

Comments
 (0)