We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c3941 commit 51273f6Copy full SHA for 51273f6
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,7 @@ on:
7
- 'renovate/*'
8
jobs:
9
lint:
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
12
steps:
13
- uses: actions/checkout@v1
0 commit comments