Skip to content
Snippets Groups Projects
Unverified Commit 56d1af75 authored by Nick Schonning's avatar Nick Schonning Committed by GitHub
Browse files

Only build latest commit on branch for image (#23306)

parent ea1507ee
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,11 @@ permissions:
jobs:
build-image:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment