Skip to content

Commit a898c7e

Browse files
committed
Drop PR init
1 parent f94687b commit a898c7e

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/pr-open.yml

-24
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,6 @@ concurrency:
1010
permissions: {}
1111

1212
jobs:
13-
init:
14-
name: Init
15-
permissions:
16-
pull-requests: write
17-
runs-on: ubuntu-24.04
18-
outputs:
19-
route_number: ${{ steps.calculate.outputs.route_number }}
20-
steps:
21-
- name: Calculate the deployment number
22-
id: calculate
23-
run: |
24-
echo "route_number=$((${{ github.event.number }} % 50))" >> $GITHUB_OUTPUT
25-
26-
- name: OpenShift Init
27-
uses: bcgov-nr/[email protected]
28-
with:
29-
oc_namespace: ${{ vars.OC_NAMESPACE }}
30-
oc_server: ${{ vars.OC_SERVER }}
31-
oc_token: ${{ secrets.OC_TOKEN }}
32-
file: libs/openshift.init.yml
33-
overwrite: false
34-
parameters: -p ZONE=${{ github.event.number }}
35-
triggers: ('db/' 'libs/' 'api/' 'admin/' 'public/')
36-
3713
build:
3814
name: Build
3915
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)