Skip to content

Commit c7f6e1d

Browse files
committed
Allow Renovate to run in the background
1 parent b142d86 commit c7f6e1d

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.github/actions/test-ruby/action.yml renamed to .github/actions/test-ruby/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Run ruby tests
1+
name: Run Ruby tests
2+
description: Runs Ruby tests
23

34
inputs:
45
ruby-version:
File renamed without changes.
File renamed without changes.

.github/workflows/cucumber-ruby.yml renamed to .github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- renovate/*
78
pull_request:
89
branches:
910
- main

0 commit comments

Comments
 (0)