Skip to content

Commit 27331df

Browse files
committed
Get rid of pr comment test.
1 parent d121456 commit 27331df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/global-checks.yml

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
- name: Load python requirements.
1919
run: |
2020
pip install strictyaml
21-
- name: Emit some text via gh cli.
22-
run: |
23-
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
24-
gh pr comment ${{ github.event.pull_request.number }} --body "This is a test message from GitHub Actions."
2521
- name: Check that there is a CODEOWNERS file
2622
run: |
2723
echo "Check whether the repo has a codeowners file"

0 commit comments

Comments
 (0)