Skip to content

Commit 66bd8b7

Browse files
authored
ci(baselines): Disable baselines CI workflow (#6744)
Comment out the baselines workflow as many baselines are not being actively maintained and we don't want to block PRs that touch multiple baselines.
1 parent 5e5a629 commit 66bd8b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/baselines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ env:
1717

1818
jobs:
1919
changes:
20+
# To re-enable, remove `if: false` from the changes job.
21+
if: ${{ false }}
2022
runs-on: ubuntu-22.04
2123
permissions:
2224
pull-requests: read

0 commit comments

Comments
 (0)