2
0
Petr Penzin 3 жил өмнө
parent
commit
221e1cb280

+ 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