Petr Penzin 3 年之前
父節點
當前提交
221e1cb280
共有 1 個文件被更改,包括 1 次插入1 次删除
  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