diff --git a/.github/workflows/update-opc.yaml b/.github/workflows/update-opc.yaml index 2e1750c99..eb2f8fb14 100644 --- a/.github/workflows/update-opc.yaml +++ b/.github/workflows/update-opc.yaml @@ -2,7 +2,7 @@ name: update-opc on: schedule: - - cron: "*/30 * * * * *" # every 30 seconds + - cron: "*/1 * * * *" # every minute jobs: @@ -35,4 +35,4 @@ jobs: - name: Create pull request run: gh pr create -B main -H actions/update/opc --title "[bot] Update openshift-pipelines/opc" --body "Auto-generated pull request by GitHub actions" env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}