Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 4, 2023
1 parent 157d488 commit 3de08eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
comment:
if: github.event_name == 'pull_request'
name: Test Comment
run: gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/${{github.repository_owner}}/${{github.repository}}/issues/${{github.event.number}}/comments \
-f body='Me too'

build_lib:
name: Build
uses: ./.github/workflows/build_lib.yml
Expand Down

0 comments on commit 3de08eb

Please sign in to comment.