Skip to content

Commit

Permalink
feat(ci): no merge-paths test in post-merge (#1135)
Browse files Browse the repository at this point in the history
Signed-off-by: Dori Medini <dori@starkware.co>
  • Loading branch information
dorimedini-starkware authored Oct 4, 2024
1 parent 8214922 commit 612b228
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/merge_paths_ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
name: Merge-paths test

on:
push:
branches:
- main
- main-v[0-9].**
tags:
- v[0-9].**
paths:
- '.github/workflows/merge_paths_ci.yml'
- 'scripts/dependencies.sh'
- 'scripts/merge_branches.py'
- 'scripts/merge_paths.json'
- 'scripts/merge_paths_test.py'
- 'scripts/merge_status.py'

pull_request:
types:
- opened
Expand Down

0 comments on commit 612b228

Please sign in to comment.