Skip to content

Commit 8e2a348

Browse files
Undo test changes
1 parent 3d703c9 commit 8e2a348

3 files changed

Lines changed: 0 additions & 25 deletions

File tree

.changeset/grumpy-plants-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-groups-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,3 @@ jobs:
8484
uses: danielroe/[email protected]
8585
with:
8686
fail-on-downgrade: true
87-
- name: Check for Changesets marked as major
88-
id: major
89-
run: |
90-
echo "found=false" >> $GITHUB_OUTPUT
91-
regex="(major)"
92-
shopt -s nullglob
93-
for file in .changeset/*.md; do
94-
if [[ $(cat $file) =~ $regex ]]; then
95-
echo "found=true" >> $GITHUB_OUTPUT
96-
fi
97-
done
98-
- name: Echo result
99-
run: echo $FOUND
100-
env:
101-
FOUND: ${{ steps.major.outputs.found }}

0 commit comments

Comments
 (0)