Skip to content

Commit

Permalink
Update update-opc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture authored Mar 11, 2024
1 parent faf2d4e commit 2baf927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-opc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: update-opc

on:
schedule:
- cron: "*/30 * * * * *" # every 30 seconds
- cron: "*/1 * * * *" # every minute

jobs:

Expand Down Expand Up @@ -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 }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2baf927

Please sign in to comment.