Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Build image but not always #275
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Feb 7, 2022
1 parent ada7a9f commit abacc84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:

image:
name: docker-build
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'ci/build-container-image')
needs:
- test
runs-on: ubuntu-latest
Expand Down

0 comments on commit abacc84

Please sign in to comment.