Skip to content

Commit

Permalink
make ci job run on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
broccoliSpicy committed Oct 23, 2024
1 parent 676e777 commit 3e8c49e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Download S3 File

on:
push:
branches:
- main
name: Lance File Write Read Round Trip Verification
on: [pull_request]

jobs:
download:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@

assert tab_lance == parquet_table

assert 1 == 0

except Exception as e:
print(f"Error reading Parquet file: {e}")

0 comments on commit 3e8c49e

Please sign in to comment.