Diff between 9a769a3af138202a95e37d4196cb27fbcb665aa0 and c8bce6574327ffb34358bf6829b1ddecedd0ed04

Changed Files

File Additions Deletions Status
.github/workflows/sync.yml +1 -14 modified

Full Patch

diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml
index 5b3d7d6..504a8d2 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