Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Oct 10, 2024
2 parents c345288 + f2253c0 commit 28eecf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ env:
jobs:
build-test:
name: Build and test with Maven
if: ${{github.event_name == 'pull_request'}}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -61,5 +62,4 @@ jobs:
deploy-gatekeeper:
name: Deploy to NAIS test cluster
if: ${{github.event_name == 'push'}}
needs: build-test
uses: ./.github/workflows/build-deploy-gatekeeper.yml

0 comments on commit 28eecf7

Please sign in to comment.