Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 4c2c332

Browse files
committed
ci: Fix workflow dependencies
1 parent fc75379 commit 4c2c332

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/build_bundle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branch_name:
1010
required: true
1111
type: string
12+
ref:
13+
required: true
14+
type: string
1215

1316
env:
1417
# increment it in case if you need to reset cache

.github/workflows/e2e_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branch_name:
1010
required: true
1111
type: string
12+
ref:
13+
required: true
14+
type: string
1215

1316
env:
1417
# increment it in case if you need to reset cache

.github/workflows/eslint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branch_name:
1010
required: true
1111
type: string
12+
ref:
13+
required: true
14+
type: string
1215

1316
env:
1417
# increment it in case if you need to reset cache

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branch_name:
1010
required: true
1111
type: string
12+
ref:
13+
required: true
14+
type: string
1215

1316
env:
1417
# increment it in case if you need to reset cache

0 commit comments

Comments
 (0)