Skip to content

Commit 0bbbc14

Browse files
committed
ci: add default ref for scheduled builds on shiden
1 parent f8d8767 commit 0bbbc14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/manual-shiden.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: Manual Build - Shiden
2+
3+
env:
4+
REF_FOR_SCHEDULE: production/shiden
5+
26
on:
37
workflow_dispatch:
48
inputs:
@@ -24,7 +28,7 @@ jobs:
2428
- uses: actions/checkout@v2
2529
with:
2630
repository: PlasmNetwork/Astar
27-
ref: ${{ github.event.inputs.ref }}
31+
ref: ${{ github.event.inputs.ref || env.REF_FOR_SCHEDULE }}
2832
fetch-depth: 0
2933
submodules: true
3034

0 commit comments

Comments
 (0)