Add conditional check for building image in workflows
This commit is contained in:
parent
8734de9c0f
commit
dd41f8cf27
@ -11,6 +11,7 @@ jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
if: contains(github.event.head_commit.message, 'build image')
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
1
.github/workflows/docker-image-release.yml
vendored
1
.github/workflows/docker-image-release.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
if: contains(github.event.head_commit.message, 'build image')
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user