Skip to content

Commit

Permalink
Fix cronjob kick-off
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 19, 2024
1 parent f9f4766 commit a0a5885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
overwrite: true
parameters: -p MIN_REPLICAS=1 -p MAX_REPLICAS=2
penetration_test: false
post_deploy: oc create job "frontend-$(date +%s)" --from=cronjob/frontend
post_deploy: oc create job "frontend-$(date +%s)" --from=cronjob/${{ github.event.repository.name }}-${{ github.event.number }}-cronjob
steps:
- uses: actions/checkout@v4
- name: Deploys
Expand Down

0 comments on commit a0a5885

Please sign in to comment.