Skip to content

Commit

Permalink
update GHA for post alpha merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran committed Jun 30, 2023
1 parent 2024d34 commit ea6f5dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: Quality Checks
on:
push:
branches:
- sparsify.alpha # TODO: delete after merge
- main
- 'release/*'
pull_request:
branches:
- sparsify.alpha # TODO: delete after merge
- main
- 'release/*'
jobs:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: Test Checks
on:
pull_request:
branches:
- sparsify.alpha # TODO: delete after merge
- main
- 'release/*'
push:
branches:
- sparsify.alpha # TODO: delete after merge
- main
- 'release/*'

Expand All @@ -24,7 +22,7 @@ jobs:
id: python-check
# TODO: delete sparsify.alpha reference after merge
run: >
((git diff --name-only origin/sparsify.alpha HEAD | grep -E "[src|tests]/sparsify|setup.py")
((git diff --name-only origin/main HEAD | grep -E "[src|tests]/sparsify|setup.py")
|| (echo $GITHUB_REF | grep -E "refs/heads/[release/|main]"))
&& echo "::set-output name=output::1" || echo "::set-output name=output::0"
python-tests:
Expand Down

0 comments on commit ea6f5dd

Please sign in to comment.