Skip to content

Commit

Permalink
Skip push event trigger for PR specific workflows (#1394)
Browse files Browse the repository at this point in the history
* Skip push event trigger for PR specific workflows

Signed-off-by: noopur <[email protected]>

* Rename Federated Runtime wf name

Signed-off-by: noopur <[email protected]>

* Corrected the pr_pipeline change

Signed-off-by: noopur <[email protected]>

* Reverted wf functional name change

Signed-off-by: noopur <[email protected]>

---------

Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel authored Feb 20, 2025
1 parent e491311 commit 43a0404
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 25 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Bandit Code Scan

on:
push:
branches:
- develop
- v1.7.x
workflow_call:
workflow_dispatch:

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/experimental_workflow_tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Workflow Interface Tests

on:
push:
branches:
- develop
- v1.7.x
workflow_call:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/federated_runtime.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#---------------------------------------------------------------------------
# Workflow to run 301_MNIST_Watermarking notebook
#---------------------------------------------------------------------------
name: Federated Runtime 301 MNIST Watermarking
name: Federated Runtime Watermarking E2E

on:
workflow_call:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/openfl-docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Build and Push Openfl Docker Image

on:
push:
branches:
- develop
- v1.7.x
workflow_dispatch:
inputs:
version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: ./.github/workflows/docker-bench-security.yml

fr_301_watermark_nb_run:
name: Federated Runtime 301 MNIST Watermarking
name: Federated Runtime Watermarking E2E
uses: ./.github/workflows/federated_runtime.yml

gandlf_taskrunner:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/task_runner_basic_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ name: Task_Runner_E2E # Please do not modify the name as it is used in the comp
on:
schedule:
- cron: "0 0 * * *" # Run every day at midnight
push:
branches:
- develop
workflow_call:
workflow_dispatch:
inputs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/task_runner_e2e_resiliency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ name: Task_Runner_E2E_Resiliency # Please do not modify the name as it is used
on:
schedule:
- cron: "0 5 * * *" # Run every day at 5 am UTC
push:
branches:
- develop
workflow_call:
workflow_dispatch:
inputs:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Trivy
on:
push:
branches:
- develop
- v1.7.x
workflow_call:
workflow_dispatch:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/wf_functional_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: Workflow_Functional_E2E

on:
workflow_call:

workflow_dispatch:
inputs:
num_rounds:
Expand Down

0 comments on commit 43a0404

Please sign in to comment.