Skip to content

Commit

Permalink
chore(gh): update workflows for v1 branch (carbon-design-system#11158)
Browse files Browse the repository at this point in the history
Co-authored-by: IgnacioBecerra <i1becerr@ucsd.edu>
  • Loading branch information
kennylam and IgnacioBecerra authored Nov 21, 2023
1 parent 86268f5 commit e43d645
Show file tree
Hide file tree
Showing 26 changed files with 29 additions and 1,427 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/automerge-content-updates.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/automerge-cwc-v2.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: automerge
on:
push:
branches: [ release/* ]
branches: [ release/v1* ]

concurrency:
group: automerge-${{ github.ref }}
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/check-cdn.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/*, feat/cwc-v2, fix/content-updates ]
branches: [ v1 ]
pull_request:
branches: [ main, release/*, feat/cwc-v2, fix/content-updates ]
branches: [ v1 ]

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/cwc-v2, fix/content-updates ]
branches: [ v1 ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ v1 ]
schedule:
- cron: '35 16 * * 1'

Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/dependabot-yarn-mirror.yml

This file was deleted.

Loading

0 comments on commit e43d645

Please sign in to comment.