Skip to content

Commit c417ffc

Browse files
ci: skip staging build on release commits
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent 4db2895 commit c417ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image-stg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010

1111
jobs:
1212
build-stg:
13+
if: ${{ !startsWith(github.event.head_commit.message, 'chore(release)') }}
1314
runs-on: ubuntu-latest
1415
permissions:
1516
contents: read

0 commit comments

Comments
 (0)