Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/lint.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container: quay.io/cortexproject/cortex-jsonnet-build-image:c924d52
steps:
- uses: actions/checkout@v2
Expand All @@ -19,7 +22,7 @@ jobs:
- name: "Lint playbooks"
run: make lint-playbooks
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container: quay.io/cortexproject/cortex-jsonnet-build-image:c924d52
steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +33,7 @@ jobs:
- name: "Build mixin"
run: make build-mixin
readme:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container: quay.io/cortexproject/cortex-jsonnet-build-image:c924d52
steps:
- uses: actions/checkout@v2
Expand All @@ -39,4 +42,4 @@ jobs:
fetch-depth: 0

- name: "Test readme"
run: make test-readme
run: make test-readme