Skip to content

Commit 4a87bf8

Browse files
committed
wip
1 parent 1a24197 commit 4a87bf8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
GH_TOKEN: ${{ secrets.GH_PAT }}
2020
run: |
2121
echo "Multiple validation labels detected. Removing extra labels..."
22-
#gma gh pr edit ${{ github.event.pull_request.number }} --repo $GITHUB_REPOSITORY --remove-label "run-full-validation-long" --remove-label "run-full-validation" --remove-label "validation"
2322
2423
# Remove appropriate labels based on which ones are present
2524
if [[ "${{ contains(github.event.pull_request.labels.*.name, 'run-full-validation-long') }}" == "true" ]]; then
@@ -35,8 +34,7 @@ jobs:
3534
fi
3635
3736
echo "Completed label cleanup"
38-
39-
37+
exit 1
4038
validate:
4139
name: 'Validate Changed Packages - Github Hosted'
4240
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)