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.
latest
1 parent 41b8496 commit 8e109ceCopy full SHA for 8e109ce
.github/dependabot.yml
@@ -15,5 +15,3 @@ updates:
15
separator: "-"
16
# Allow up to 5 open pull requests for GitHub Actions
17
open-pull-requests-limit: 5
18
- reviewers:
19
- - "borda"
.github/workflows/ci_schema.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
validate-schema:
9
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
10
timeout-minutes: 10
11
steps:
12
- name: Checkout
.github/workflows/docker-builds.yml
@@ -13,7 +13,7 @@ concurrency:
13
14
build-push:
strategy:
fail-fast: false
matrix:
0 commit comments