Skip to content

Commit

Permalink
chore(ci): update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gibiw committed Dec 5, 2024
1 parent 10298ce commit 5d0fb35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "qase-robotframework"
- "qase-python-commons"
- "qase-behave"
- "qase-tavern"
name: Project ${{ matrix.changed-dir }} - Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -60,7 +61,8 @@ jobs:
"qase-pytest",
"qase-robotframework",
"qase-python-commons",
"qase-behave"
"qase-behave",
"qase-tavern"
]
if: startsWith(github.event.ref, 'refs/tags')
steps:
Expand Down

0 comments on commit 5d0fb35

Please sign in to comment.