diff mbox series

[BlueZ,v1,2/2] workflows/sync: Remove workflow job

Message ID 20250424151540.1322778-2-luiz.dentz@gmail.com
State New
Headers show
Series [BlueZ,v1,1/2] workflows: Make use bluez/action-ci action | expand

Commit Message

Luiz Augusto von Dentz April 24, 2025, 3:15 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

The workflow branch update is not needed now that action-ci no longer
use to base the PR and CI tasks.
---
 .github/workflows/sync.yml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)
diff mbox series

Patch

diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml
index 5b3d7d6355a0..504a8d2ac9f5 100644
--- a/.github/workflows/sync.yml
+++ b/.github/workflows/sync.yml
@@ -16,19 +16,6 @@  jobs:
         dest_branch: 'master'
         secret_token: ${{ secrets.ACTION_TOKEN }}
 
-  workflow:
-    needs: bluez
-    runs-on: ubuntu-latest
-    steps:
-    - uses: actions/checkout@v2
-    - uses: bluez/action-sync-repo@master
-      with:
-        src_repo: 'https://github.com/bluez/bluez.git'
-        src_branch: 'master'
-        dest_repo: 'bluez/bluez'
-        dest_branch: 'workflow'
-        secret_token: ${{ secrets.ACTION_TOKEN }}
-
   bluetooth-next:
     needs: bluez
     runs-on: ubuntu-latest
@@ -42,7 +29,7 @@  jobs:
         secret_token: ${{ secrets.ACTION_TOKEN }}
 
   patchwork:
-    needs: workflow
+    needs: bluez
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v3