Skip to content

Commit f481141

Browse files
committed
use with for ci.yml inputs in .sync.yml
1 parent 7397b9d commit f481141

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.sync.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
.github/workflows/ci.yml:
3-
timeout_minutes: 60
4-
unit_runs_on: 'cern-self-hosted'
3+
with:
4+
timeout_minutes: 60
5+
unit_runs_on: 'cern-self-hosted'

0 commit comments

Comments
 (0)