Skip to content

Commit 0df28d3

Browse files
authored
Merge pull request #1043 from StatensPensjonskasse/use-with-for-ci.yml-inputs
use with for ci.yml inputs in .sync.yml
2 parents 30a5434 + 8124d63 commit 0df28d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
.github/workflows/ci.yml:
3-
timeout_minutes: 75
3+
with:
4+
timeout_minutes: 75
45
spec/spec_helper.rb:
56
spec_overrides: "require 'spec_helper_methods'"

0 commit comments

Comments
 (0)