We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a24197 commit 4a87bf8Copy full SHA for 4a87bf8
.github/workflows/validate.yaml
@@ -19,7 +19,6 @@ jobs:
19
GH_TOKEN: ${{ secrets.GH_PAT }}
20
run: |
21
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"
23
24
# Remove appropriate labels based on which ones are present
25
if [[ "${{ contains(github.event.pull_request.labels.*.name, 'run-full-validation-long') }}" == "true" ]]; then
@@ -35,8 +34,7 @@ jobs:
35
34
fi
36
37
echo "Completed label cleanup"
38
-
39
+ exit 1
40
validate:
41
name: 'Validate Changed Packages - Github Hosted'
42
runs-on: ubuntu-latest
0 commit comments