Skip to content

Commit

Permalink
Update behave.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Jan 5, 2024
1 parent 52514df commit de80fd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/behave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:

jobs:
build:
if: "!startsWith(github.event.head_commit.message, 'bump:')"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -115,6 +116,7 @@ jobs:
path: allure_history_${{ matrix.python-version }}.tar

deploy:
if: "!startsWith(github.event.head_commit.message, 'bump:')"
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit de80fd2

Please sign in to comment.