Skip to content

Commit

Permalink
Remove PR check for no longer available image
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 10, 2023
1 parent 9973ed0 commit 5feb1f7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
VALIDATE_MD: true
VALIDATE_YAML: true

validate-release-image-builds:
name: Validate release Docker image builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Docker build
run: "docker build --pull --file=release/Dockerfile ."

validate-release-a-library-image-builds:
name: Validate release-a-library Docker image builds
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5feb1f7

Please sign in to comment.