Skip to content

Commit

Permalink
chore(gh): update GH workflows (#11534)
Browse files Browse the repository at this point in the history
### Description

Clean up Github workflows.

### Changelog

**Removed**

- remove stale branches from workflow
- remove unused workflow files

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
kennylam authored Feb 14, 2024
1 parent bd356ad commit ffe3a70
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 164 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/automerge-content-updates.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/automerge-cwc-releases.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/automerge-storybook-controls.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ci-check

on:
push:
branches: [ main, release/*, release-cwc/*, feat/*, fix/content-updates ]
branches: [ main, release/*, feat/* ]
pull_request:
branches: [ main, release/*, release-cwc/*, feat/*, fix/content-updates ]
branches: [ main, release/*, feat/* ]

concurrency:
group: ci-check-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main, release/*, feat/*, fix/content-updates ]
branches: [ main, release/*, feat/* ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main, release/*, feat/*, fix/content-updates ]
branches: [ main, release/*, feat/* ]
schedule:
- cron: '35 16 * * 1'

Expand Down
69 changes: 0 additions & 69 deletions .github/workflows/deploy-cwc-next.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: e2e-tests-parallel

on:
push:
branches: [ main, release/v2*, feat/*, fix/content-updates ]
branches: [ main, release/v2*, feat/* ]
pull_request:
branches: [ main, release/v2*, feat/*, fix/content-updates ]
branches: [ main, release/v2*, feat/* ]

concurrency:
group: e2e-tests-parallel${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: e2e-tests

on:
push:
branches: [ main, release/v2*, feat/*, fix/content-updates ]
branches: [ main, release/v2*, feat/* ]
pull_request:
branches: [ main, release/v2*, feat/*, fix/content-updates ]
branches: [ main, release/v2*, feat/* ]

concurrency:
group: e2e-tests-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/percy-update-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: percy-update-base

on:
push:
branches: [ main, release/v2*, feat/*, fix/content-updates ]
branches: [ main, release/v2*, feat/* ]

concurrency:
group: percy-update-base-${{ github.ref }}
Expand Down

0 comments on commit ffe3a70

Please sign in to comment.