Skip to content

Commit 6ffb509

Browse files
committed
ci: Disable ci branches from the PR trigger do avoid duplicate runs
1 parent fa0109f commit 6ffb509

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests-and-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
runs-on: [ubuntu-latest]
2525
needs: []
2626
timeout-minutes: 10
27+
# Skip push events on ci/* branches (let pull_request handle them to avoid duplicates)
28+
if: github.event_name != 'push' || !startsWith(github.ref, 'refs/heads/ci/')
2729
env:
2830
LL_USE_STAGE: false
2931
strategy:

0 commit comments

Comments
 (0)