Skip to content

Commit

Permalink
misc: tighten CI trigger conditions (#7279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Apr 30, 2022
1 parent 9fd5d62 commit 3c24cbc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-blog-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- packages/docusaurus/**
- packages/**

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ on:
pull_request:
branches:
- main
paths-ignore:
- website/docs/**
paths:
- packages/**
- website/**
- '!website/docs/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
push:
branches:
- main
paths-ignore:
- website/**
paths:
- packages/**
- tsconfig.json
pull_request:
branches:
- main
paths-ignore:
- website/**
paths:
- packages/**
- tsconfig.json

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
pull_request:
branches:
- main
paths-ignore:
- website/**
paths:
- packages/**
- tsconfig.json

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
pull_request:
branches:
- main
paths-ignore:
- website/**
paths:
- packages/**
- tsconfig.json

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

0 comments on commit 3c24cbc

Please sign in to comment.