Skip to content

Commit

Permalink
update trigs
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Sep 19, 2024
1 parent c63438e commit 9ef02d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ name: Platform Schema (OpenAPI)
on:
push:
branches:
- main-platform1
- main
- stable**
- release**
pull_request:
branches:
- main-platform1
- stable**
- release**
workflow_dispatch:
inputs:
ods_branch:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ name: Platform Vulnerability Scanning
on:
push:
branches:
- main-platform1
- main
- stable**
- release**
pull_request:
branches:
- main-platform1
- stable**
- release**
schedule:
- cron: '0 */6 * * *' # Run scan every 6 hours

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ name: Platform Image Tests
on:
push:
branches:
- main-platform1
- main
- stable**
- release**
pull_request:
branches:
- main-platform1
- stable**
- release**
workflow_dispatch:
inputs:
last_release:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ name: Platform Python Tests
on:
push:
branches:
- main-platform1
- main
- stable**
- release**
pull_request:
branches:
- main-platform1
- stable**
- release**

workflow_dispatch:
inputs:
ods_branch:
Expand Down

0 comments on commit 9ef02d3

Please sign in to comment.