Skip to content

Commit

Permalink
skip run if not release to do
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed May 13, 2024
1 parent cf04071 commit 55ed0bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ on:

jobs:
pytest_39:
if: contains(github.event.head_commit.message, ':')
uses: ./.github/workflows/pytest-3.9.yml

pytest_311:
if: contains(github.event.head_commit.message, ':')
uses: ./.github/workflows/pytest-3.11.yml

release-on-success:
Expand Down

0 comments on commit 55ed0bb

Please sign in to comment.