Skip to content

Commit

Permalink
one skips, two always()
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Jan 23, 2024
1 parent 20fc6e3 commit 4c14535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
# echo "List all the files that have changed: ${{ steps.changed-files.outputs.all_modified_files }}"

two:
# if: ${{ always() && !failure() && !cancelled() && env.IS_NAMED_BRANCH }}
# if: ${{ always() && !failure() && !cancelled() }}
if: ${{ always() }}
needs: [one]
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
npm test

0 comments on commit 4c14535

Please sign in to comment.