diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a213e4900..fc801002d 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,7 +14,7 @@ jobs: update_nur: runs-on: ubuntu-latest # Don't trigger when the last push was done by a bot - if: github.event_name != 'push' || endsWith(github.actor, '[bot]') + if: github.event_name != 'push' || !endsWith(github.actor, '[bot]') steps: - id: get_workflow_token uses: peter-murray/workflow-application-token-action@v4.0.1