Skip to content

Commit

Permalink
Fix pr check
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Dec 20, 2024
1 parent 54d8403 commit 2ac73e3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/services-pr-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: ARO HCP Service PR Check
env:
DEPLOY_ENV: ${{ inputs.deploy_env }}
DEPLOY_ENV: dev
SKIP_CONFIRM: true
on:
pull_request:
Expand Down Expand Up @@ -30,13 +30,8 @@
- opened
- synchronize
- reopened

concurrency:
group: ${{ github.workflow }}-service-cd-${{ inputs.deploy_env }}
cancel-in-progress: false


jobs:

service_cluster_pr_check:
permissions:
id-token: 'write'
Expand Down

0 comments on commit 2ac73e3

Please sign in to comment.