Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchengtkc authored Apr 9, 2024
1 parent 2e749f9 commit f57ae19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ permissions:
contents: read

jobs:
test3d:
uses: equinor/warmth/.github/workflows/python-test-3d.yml@main
with:
event_type: ${{ github.event_name}}
action_type: ${{ github.event.action}}
# test3d:
# uses: equinor/warmth/.github/workflows/python-test-3d.yml@main
# with:
# event_type: ${{ github.event_name}}
# action_type: ${{ github.event.action}}
test1d:
uses: equinor/warmth/.github/workflows/python-test.yml@main
with:
Expand All @@ -34,7 +34,7 @@ jobs:
GITHUB_TOKEN_WORKFLOW: ${{ secrets.GITHUB_TOKEN }}

deploy:
needs: [test3d, test1d, snyk]
needs: [test1d, snyk]
environment: deploy
runs-on: ubuntu-latest

Expand Down

0 comments on commit f57ae19

Please sign in to comment.