Skip to content

Commit

Permalink
Skip validation
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Aug 12, 2024
1 parent 1367666 commit f80dfea
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
name: Build and push

on:
push:
branches:
- master

jobs:
docker-lint:
uses: entur/gha-docker/.github/workflows/lint.yml@v1
terraform-validate:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: devops-infra/[email protected]
with:
dir_filter: terraform
maven-verify:
runs-on: ubuntu-24.04
permissions:
Expand All @@ -37,7 +26,7 @@ jobs:
with:
path: target/*.jar
docker-build:
needs: [docker-lint, terraform-validate, maven-verify]
needs: [docker-lint, maven-verify]
uses: entur/gha-docker/.github/workflows/build.yml@v1
with:
build_artifact_name: artifact
Expand Down

0 comments on commit f80dfea

Please sign in to comment.