Skip to content

Commit

Permalink
Revert "Do not run CI in PR twice (#2082)" (#2100)
Browse files Browse the repository at this point in the history
This reverts commit 0cd2714.
  • Loading branch information
kounelisagis authored Oct 25, 2024
1 parent e63fe29 commit 34575ef
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: TileDB Python CI

on:
push:
branches: [dev]
pull_request:
branches: [dev]
workflow_dispatch:
on: [push, pull_request, workflow_dispatch]

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 34575ef

Please sign in to comment.