Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #78 from ergebnis/fix/settings
Browse files Browse the repository at this point in the history
Fix: Description
  • Loading branch information
localheinz authored Feb 2, 2020
2 parents 199f935 + 8c5f26d commit 500cb04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ branches:
required_approving_review_count: 1
required_status_checks:
contexts:
- "Docker Image"
- "GitHub Action"
- "Docker image (no)"
- "Docker image (yes)"
- "GitHub Action (no)"
- "GitHub Action (yes)"
strict: false
restrictions: null

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
docker-image:
name: "Run Docker image"
name: "Docker image"

runs-on: "ubuntu-latest"

Expand All @@ -31,7 +31,7 @@ jobs:
run: "docker run --interactive --rm --workdir=/app --volume ${GITHUB_WORKSPACE}:/app ${{ env.DOCKER_IMAGE }}:latest .build/composer.json --diff --indent-size=2 --indent-style=space --no-update-lock"

github-action:
name: "Run GitHub Action"
name: "GitHub Action"

runs-on: "ubuntu-latest"

Expand Down

0 comments on commit 500cb04

Please sign in to comment.