Skip to content

Commit

Permalink
Replace build PR job with actual build job
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Apr 9, 2024
1 parent 0fc17ba commit 01e4785
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ on:
- main

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker image
env:
REF: ${{ github. sha }}
run: make build

lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 01e4785

Please sign in to comment.