Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Aug 14, 2023
1 parent d2c2a14 commit 1f6a07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

pre-commit-hooks:
needs: skip-duplicate-actions
if: needs.skip-duplicate-actions.outputs.skip_check.outputs.should_skip != 'true'
if: needs.skip-duplicate-actions.outputs.should_skip != 'true'
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
Expand All @@ -45,7 +45,7 @@ jobs:

build:
needs: skip-duplicate-actions
if: needs.skip-duplicate-actions.outputs.skip_check.outputs.should_skip != 'true'
if: needs.skip-duplicate-actions.outputs.should_skip != 'true'
name: Build (Python ${{ matrix.python-version }})
runs-on: "ubuntu-latest"
timeout-minutes: 10
Expand Down

0 comments on commit 1f6a07f

Please sign in to comment.