Skip to content

Commit

Permalink
Remove pull trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd authored and cYKatherine committed Jun 12, 2024
1 parent d7000bd commit 3c878b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/publish-all-operators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ on:
inputs:
release_type:
type: choice
description: 'The type of release'
description: The type of release
options:
- Major
- Minor
- Patch
- Snapshot
- Minor
- Major
vulnerability_severity:
description: The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised.
type: choice
options:
- CRITICAL,HIGH
- CRITICAL,HIGH,MEDIUM
- CRITICAL (DO NOT use if JIRA ticket not raised)
include_aws:
type: choice
description: 'Include AWS build (slow)?'
Expand Down Expand Up @@ -86,10 +92,8 @@ jobs:
with:
release_type: ${{ inputs.release_type }}
version_number_input: ${{ needs.start.outputs.new_version }}
<<<<<<< HEAD
vulnerability_severity: ${{ inputs.vulnerability_severity }}
secrets: inherit
=======

buildAWS:
name: AWS Private Operator
Expand All @@ -99,7 +103,6 @@ jobs:
with:
is_release: true
build_commit_hash: ${{ needs.start.outputs.new_version }}
>>>>>>> c77b7b05 (Add the AWS build)

buildGCP:
name: GCP Private Operator
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-call-remote.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test Call Remote
on: [workflow_dispatch, pull_request]
on: [workflow_dispatch]
jobs:
trigger:
runs-on: ubuntu-latest
Expand All @@ -14,4 +14,4 @@ jobs:
event_type: doc_update
client_payload: '{"git-ref": "${{ github.event.inputs.git-ref }}", "AUTHOR": "${{ github.actor }}", "REVISION": "4"}'
wait_time: 5
max_time: 180
max_time: 180

0 comments on commit 3c878b2

Please sign in to comment.