Skip to content

Commit

Permalink
testing more
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Feb 7, 2024
1 parent b974104 commit 7a8f56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/should-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# .github/actions/should-build/action.yml
# .github/actions/should-build.yml
name: 'Should Build'
description: 'Determines whether the workflow should build wheels'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

should-run:
name: Check if workflow should run
uses: ./.github/actions/should-build.yml
uses: ./.github/actions/should-build
with:
github_ref: ${{ github.ref }}
modified_files: ${{ github.event.modified_files }}
Expand Down

0 comments on commit 7a8f56b

Please sign in to comment.