Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jan 10, 2024
1 parent 0477a8f commit 4779df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
docker_image:
name: Build Docker Image
runs-on: ubuntu-latest
if: ${{ ! startsWith(github.event.head_commit.message, '[patch]') && ! startsWith(github.event.head_commit.message, '[minor]') && ! startsWith(github.event.head_commit.message, '[major]') }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4779df3

Please sign in to comment.