diff --git a/.github/workflows/patch_updater.yml b/.github/workflows/patch_updater.yml index 188c9f499..2815880e6 100644 --- a/.github/workflows/patch_updater.yml +++ b/.github/workflows/patch_updater.yml @@ -1,6 +1,5 @@ name: Count Patches on: - pull_request: workflow_dispatch: schedule: - cron: '0 0 * * *' @@ -32,4 +31,4 @@ jobs: if: "!contains(steps.log.outputs.message, 'Bump version') && contains(steps.repo.outputs.message, 'lnis-uofu/OpenFPGA')" uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }}