Skip to content

Commit 5916f6e

Browse files
committed
Testing phase1-b
1 parent 44498f1 commit 5916f6e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/validate.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
types: [labeled]
55

66
permissions:
7-
issues: write # Allows the token to modify issues (needed for label management)
8-
pull-requests: write # Allows the token to interact with pull requests
7+
pull-requests: write
98

109
concurrency:
1110
group: ${{ github.workflow }}-${{ github.ref }}
@@ -29,9 +28,7 @@ jobs:
2928
echo "Running validation because 'full validation' label was added"
3029
# Add your validation logic here (e.g., linting, testing)
3130
32-
sleep 30
33-
34-
# Simulate failure
31+
sleep 10
3532
exit 0
3633
3734
- name: Remove label

0 commit comments

Comments
 (0)