Skip to content

Commit

Permalink
wired back full workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Nov 7, 2024
1 parent 80422c1 commit 6666c04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-pipeline__main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
jobs:

run-unit-tests:
if: False
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -54,6 +53,6 @@ jobs:

- name: publish-to-pypi
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/pypi__publish@dev
# needs:
# - increment-tag
needs:
- increment-tag

0 comments on commit 6666c04

Please sign in to comment.