Skip to content

Commit

Permalink
removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 authored Jan 9, 2025
1 parent fa4265b commit 647fb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_merge_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
fetch-depth: 0

- uses: actions/setup-node@v2
with:
Expand All @@ -29,7 +29,7 @@ jobs:
io/**/*.yaml
io/**/*.yml
io/**/*.json
files_ignore: kafka.yaml #skipping it as async is under private-beta
files_ignore: kafka.yaml

- name: Get changed GraphQLS files
id: changed-graphqls-files
Expand Down

0 comments on commit 647fb47

Please sign in to comment.