Skip to content

Commit 3d2555b

Browse files
authored
Do not run "Pull Request CI/CD" in Crowdin PRs (graphprotocol#47)
* Do not run "Pull Request CI/CD" in Crowdin PRs * Fix syntax * Fix? * Fix...
1 parent a8801c7 commit 3d2555b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88

99
jobs:
1010
build:
11+
if: contains(github.head_ref, 'crowdin') == false
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: Checkout the repo

0 commit comments

Comments
 (0)