Petr Penzin 3 năm trước cách đây
mục cha
commit
221e1cb280
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/agreement.yml

+ 1 - 1
.github/workflows/agreement.yml

@@ -5,7 +5,7 @@ on:
 jobs:
   AgreementCheck:
     runs-on: ubuntu-latest
-    if: ${{ github.actor == 'dependabot[bot]' }}
+    if: ${{ github.actor != 'dependabot[bot]' }}
     steps:
       - name: Checkout
         uses: actions/checkout@v2