Skip to content

Commit

Permalink
change condition to run docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
caioricciuti committed Sep 11, 2024
1 parent 51dd45c commit c7df0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, 'dk-build')
if: !contains(github.event.head_commit.message , 'docker-false')
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit c7df0e1

Please sign in to comment.