Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Arm AL2023 Smoke Test WorkFlow
on:
push:
branches:
- develop
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can actually remove this from running automatically at all. It should only be triggered manually until we move the functionality to GitLab. There are also 2 more arm based workflows for ubuntu that can be removed from automated triggers as well.

- main
workflow_dispatch:
jobs:
check-formating:
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/arm-AL2023-int-test-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Arm AL2023 Integration Test WorkFlow
on:
push:
branches:
- develop
- main
workflow_dispatch:
jobs:
build-operator-image-arm-al2023:
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/arm-Ubuntu-build-test-push-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Arm Ubuntu Smoke Test WorkFlow
on:
push:
branches:
- develop
- main
workflow_dispatch:
jobs:
check-formating:
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/arm-Ubuntu-int-test-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Arm Ubuntu Integration Test WorkFlow Ubuntu
on:
push:
branches:
- develop
- main
workflow_dispatch:
jobs:
build-operator-image-arm-ubuntu:
runs-on: ubuntu-latest
Expand Down
Loading