Skip to content

Commit da30115

Browse files
committed
remove debug
1 parent f925f74 commit da30115

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,19 +136,14 @@ jobs:
136136
137137
- id: diff
138138
env:
139-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
140-
GH_PR_NUM: ${{ github.event.number }}
139+
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
140+
GH_PR_NUM: "${{ github.event.number }}"
141141
run: |
142142
if gh pr diff --name-only --repo $GITHUB_REPOSITORY $GH_PR_NUM | grep -q -e .github/workflows -e .github/actions; then
143143
echo "Worflow changes detected"
144144
echo "actions-changed=true" >> "$GITHUB_OUTPUT"
145145
fi
146146
147-
- id: fail
148-
run: |
149-
echo "REMOVE TO MERGE"
150-
exit 1
151-
152147
notify-draft-services:
153148
name: 🚀 Notify external services - draft
154149
runs-on: ubuntu-24.04-arm

0 commit comments

Comments
 (0)