Skip to content

Commit

Permalink
gha fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atolopko-czi committed Oct 31, 2023
1 parent 7a51449 commit 8835cc7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/push-tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Push Tests

on:
if: false # TODO: revert
pull_request:
branches:
- "*"
push:
branches:
- "main"
# TODO: revert
# pull_request:
# branches:
# - "*"
# push:
# branches:
# - "main"

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 8835cc7

Please sign in to comment.