소스 검색

[ci] Run autosquash only on the Hue repo branches (#1904)

To avoid errors on PR on Forks:
https://github.com/tibdex/autosquash/issues/53
Romain Rigaux 4 년 전
부모
커밋
e91d0d6029
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/autosquash.yml

+ 1 - 0
.github/workflows/autosquash.yml

@@ -21,6 +21,7 @@ jobs:
   autosquash:
     name: Autosquash
     runs-on: ubuntu-18.04
+    if: github.repository == 'cloudera/hue'
     steps:
       - uses: tibdex/autosquash@v2
         with: