Skip to content

Commit

Permalink
run tests with skip
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed May 14, 2024
1 parent d78d16b commit ed2c884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/designs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
designs_test:
needs: [wheel, docker_image, designs]
runs-on: ubuntu-latest
if: always() && !failure() && !cancelled()
container:
image: ${{ needs.docker_image.outputs.sc_tool }}
credentials:
Expand Down Expand Up @@ -158,7 +159,7 @@ jobs:
merge_images:
name: Merge image artifacts
runs-on: ubuntu-latest
if: always()
if: always() && !failure() && !cancelled()
needs: designs_test

steps:
Expand Down

0 comments on commit ed2c884

Please sign in to comment.