소스 검색

Corrected some PR Action Code

DerLinkman 3 년 전
부모
커밋
33bd871a63
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .github/workflows/pr_to_nightly.yml

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

@@ -12,7 +12,6 @@ jobs:
         with:
           fetch-depth: 0
       - name: Run the Action
-        if: startsWith(github.ref, 'refs/heads/feature')
         uses: devops-infra/action-pull-request@v0.5.0
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}